C++ Namespaces concepts - Answers to Application layer related interview questions

What is a namespace? - A conceptual space for grouping identifiers, classes etc. for the purpose of avoiding conflicts....
What are the guidelines of using namespaces? - To name a namespace, utilize the company name followed by the department and optionally followed by the features and technology used....
What is name lookup? - A name lookup is a name in the specified logically grouped names in the namespace...
What are Templates? - Namespaces: The basic purpose of Namespaces is to reduce name clashes that occur with multiple...