Answer Posted / nimish singh
Multiple providers of libraries might use common global identifiers causing a name collision when an application tries to link with two or more such libraries. The namespace feature surrounds a library's external declarations with a unique namespace that eliminates the potential for those collisions.
This solution assumes that two library vendors don't use the same namespace identifier, of course.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe new operator and delete operator?
what is data abstraction in C++?
What is polymorphism in c++? Explain with an example?
What do the header files usually contains?
Why do we need runtime polymorphism in c++?
Explain unexpected() function?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
Should you pass exceptions by value or by reference?
Write a note about the virtual member function?
How one would use switch in a program?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What are the various compound assignment operators in c++?
Incase of a function declaration, what is extern means?
If dog is a friend of boy, is boy a friend of dog?
What is std :: flush?