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
Why array is faster than arraylist in c#?
What is a float?
What do you know about WM_CHAR message?
What is a template class?
How do I create a single-file assembly?
What is cls, cts and clr in net?
Are private members inherited in c#?
What is delegates and events?
What is the use of convert toint32 in c#?
Which are the access modifiers available in c#?
How to Show Message box in Metro Style App?
How do I develop c# apps?
What is console application with example?
What is the use of constructor in c# with example?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates