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
What flag means?
Explain the operation of overloading of an assignment operator.
Explain what is polymorphism in c++?
Is c++ proprietary?
What are the advantages of using pointers in a program?
What is a dll entry point?
What is meaning of in c++?
What are 2 ways of exporting a function from a dll?
Explain method of creating object in C++ ?
What is java and c++?
What does ios :: app do in c++?
How many namespaces are there in c++?
What are dynamic type checking?
How many types of scopes are there in c++?
What it is and how it might be called (2 methods).