Answer Posted / siddarth
Namespace is collection of classes.These classes can be of
user defined or predefined.classes contains collection of
properties and methods.use of namespace was we can write
all classes under a container called namespace and can be
used any where as we like.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Distinguish between the Debug class and Trace class with its functionality?
What are the Types of JIT and what is econo-JIT
What are the different types of classes in c#?
What is the purpose of static?
Is string immutable in c#?
Can enum have methods c#?
Explain the different ways a method can be overloaded?
Explain About sn.exe
Why do you need boxing in c#?
What's the difference between an integer and int?
Why can’t struct be used instead of class for storing entity?
How does foreach loop work in c#?
What is strongly typed view?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
what is a static constructor?