Answer Posted / kiruthika
A namespace is an abstract container or environment created
to hold a logical grouping of unique identifiers (i.e.,
names).
Namespaces allow to group entities like classes, objects
and functions under a name.
| Is This Answer Correct ? | 57 Yes | 4 No |
Post New Answer View All Answers
What is overriding in oop?
Why is oop useful?
What are main features of oop?
What does no cap mean?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
write knight tour problem which is present in datastructure
can inline function declare in private part of class?
What is stream in oop?
Is data hiding and abstraction same?
What are the three main types of variables?
What is class encapsulation?
What is polymorphism and why is it important?
How to call a non virtual function in the derived class by using base class pointer
What is this pointer in oop?
What is difference between oop and pop?