Root NameSpace Of The .Net

Object

Questions by Sample

Showing Answers 1 - 7 of 7 Answers

Ajaykumar Maurya

  • Nov 8th, 2005
 

system - as the object derived from system namespace

  Was this answer useful?  Yes

sabir

  • Jan 13th, 2006
 

it system is the root name space

  Was this answer useful?  Yes

sindura

  • Mar 20th, 2006
 

NAMESPACE:

                   namespace is nothing but a collection of classes

the root namesapce of the .NET is "SYSTEM"

example:

system.console.write("hai")

"system" is a main class

"console" is a class which consist of input and output functions for displaying the information.

"write" is a function for printing the information

without the "system" we cannot use console & write functions.

another way to represent this is

"imports system.console"  by this statement every time there is no need to specify system.console.write through out the program

  Was this answer useful?  Yes

Raj Sekhar

  • Aug 17th, 2006
 

Root Namespace is :

System.Object

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions