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
How do I use the 'using' keyword with multiple objects?
Can namespace contain the private class?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What is strong name assembly?
What is private static in c#?
Is a decimal an integer?
Why do we use generics in c#?
Why do we use interfaces in c#?
What is streamreader/streamwriter class?
What is namespace in oops?
So what makes your code really object-oriented #?
What the different phase/steps of acquiring a proxy object in webservice?
Is array a list?
What is the difference between an integer and int?
What is an escape sequence in c#?