C++ Interview Questions - An interviewhelper.org blog: What ...
Posted on Tue, 02 Jun 2009 00:03:49 -0400 in Namespace
Question:-What problem does the namespace feature solve? Answer:- 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. ...
Tags: Namespace