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
Can we inherit two classes in c#?
What is sql transaction in c#?
Why do we need abstraction in c#?
What is data set in c#?
What is the difference between CreateObject() and GetObject()?
Can structs in c# have destructors?
Can an int be negative c#?
Are enums static c#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What is the difference between system.string and system.text.stringbuilder classes?
What are extender provider components? Explain how to use an extender provider in the project.
Can we customize the serialization process?
What is a view? What is the use of it?
What is the default scope of a class in c#?
What is out in c#?