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 an interface in oop?
What do you mean by overloading?
What is debug class?what is trace class? What differences are between them? With examples.
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
How is class defined?
What is polymorphism and types?
What is solid in oops?
which feature are not hold visual basic of oop?
Are polymorphisms mutations?
What is polymorphism in oops with example?
What is an advantage of polymorphism?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is abstract class in oop? Why is abstraction used? What is basic concept of oop?