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

Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.

1 Answers  


What is the exact defination of object?

1 Answers  


Where would you use Abstract class and Interface?

4 Answers  


How does vb.net achieve polymorphism?

1 Answers  


Which properties are used to bind a DataGridView control?

1 Answers  


What do you mean by serialization and deserialization?

1 Answers  


what is vb.net?

10 Answers  


What’s the difference between private and shared assembly?

1 Answers  


How do you validate Date by using which validation Control?

4 Answers   HCL, iQuest,


Trace and Debug belongs to which namespaces?

5 Answers  


What are the objects in asp.net?

1 Answers  


Explain code security?

1 Answers  


Categories