Answer Posted / payal mehta
Namespace is naming schema in which we can organize no. of
classes.Using that classes we can use or inherit properties
and methodes in our application.Namespace also can contain
number of assemblies.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is boxing & unboxing?
What exactly happens when we debug and build the program?
What are the different types of comments in c#?
what are windows services?
What is marshalling and what are different kinds of marshalling?
If you donot specify an access modifier for a method, what is the default access modifier?
What is ienumerable <> in c#?
What is a method signature c#?
What is appdomain in c#?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What are delegates in C#?
What is null in database?
Define strong name in c#?
Explain about Threading Types.
Explain how to add controls dynamically to the form using c#.net.