Answer Posted / ritesh kumar rawat
Namespace is a group of classes, structures, interfaces,
enumerations, and delegates, organized in a logical
hierarchy by function, that enable you to access the core
functionality you need in your applications.
Namespaces are the way that .NET avoids name clashes
between classes. A namespace is no more than a grouping of
data types, but it has the effect that the names of all
data types within a namespace automatically get prefixed
with the name of the namespace. It is also possible to nest
namespaces within each other.
| Is This Answer Correct ? | 39 Yes | 5 No |
Post New Answer View All Answers
What is destructor give example?
What is the renewal class?
Why it is called runtime polymorphism?
What are the important components of cohesion?
is there any choice in opting subjects like 4 out of 7
What is abstraction in oop?
Can we create object of abstract class?
Is react oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Who invented oop?
Why do we use polymorphism?
Why is static class not inherited?
What is methods in oop?
What is oops concept with example?
What is polymorphism explain its types?