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 abstraction in oop with example?
write a programe to calculate the simple intrest and compund intrest using by function overlading
How do you achieve runtime polymorphism?
What is class and object with example?
What is polymorphism and example?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What exactly is polymorphism? what is difference between class template and template class? Get me a number puzzle game-program What is the significance of classes in oop? What is encapsulation process? What are properties in oop? What is inheritance in oop? Where is pseudocode used? Is oop better than procedural?