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
Why do we use oops?
How do you use inheritance in unity?
Why is object oriented programming so hard?
Why oops is important?
What is difference between abstraction and encapsulation?
class type to basic type conversion
What is abstraction oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What are the data types in oop?
What are properties in oop?
What is abstraction in oop with example?
What is polymorphism explain its types?
What is multilevel inheritance in oop?
What is the diamond problem in inheritance?
can inline function declare in private part of class?