what is the root namespace for all types?

Answers were Sorted based on User's Feedback



what is the root namespace for all types? ..

Answer / lakshmi

System

Is This Answer Correct ?    6 Yes 1 No

what is the root namespace for all types? ..

Answer / badrinath

system.object

Is This Answer Correct ?    7 Yes 2 No

what is the root namespace for all types? ..

Answer / daniel

Imports system

Is This Answer Correct ?    3 Yes 1 No

what is the root namespace for all types? ..

Answer / srivas

System.Object is the root namespace for all types.

Is This Answer Correct ?    3 Yes 1 No

what is the root namespace for all types? ..

Answer / raghuram

system is the root namespace and system.object is the base
class of all calass in dot net framework.

Is This Answer Correct ?    3 Yes 1 No

what is the root namespace for all types? ..

Answer / aggee

"system.object" is the root name space for all types....

Is This Answer Correct ?    1 Yes 0 No

what is the root namespace for all types? ..

Answer / hiro kapuriya

using System.data.sqlclient
vb.net
import aspx

Is This Answer Correct ?    0 Yes 0 No

what is the root namespace for all types? ..

Answer / payal

System is root namespace for all types

in vb.net
imports System.data.sqlclient
in c#
using System.data.sqlcient

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More VB.NET Interview Questions

Tell me how many .net languages can a single .net dll contain?

0 Answers  


What is intermediate langauge?

0 Answers  


What are the advantages of an assembly?

0 Answers  


What is the difference between value and reference types?

0 Answers  


what is the base class of .net?

7 Answers  






Explain option strict?

0 Answers  


Write a program for calculator in VB.NET

6 Answers   CMC, College School Exams Tests, IBM, NIIT, Practical Viva Questions, Subex,


What are the assembly entry points?

0 Answers  


Explain the difference between import system.data.sqlclient and system.data.oledb?

0 Answers  


what is difference between namespace and assembly?

0 Answers  


What is MSIL

8 Answers  


when do we need a multiple document interface?

2 Answers  


Categories