Answer Posted / atul shankhwar
A name clash occurs when a name is defined in more than one place. For example., two different class libraries could give two different classes the same name. If you try to use many class libraries at the same time, there is a fair chance that you will be unable to compile or link the program because of name clashes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is map sorted c++?
What are move semantics?
Is map thread safe c++?
How important is c++?
Explain virtual class and friend class.
What are the two types of comments, and how do they differ?
What is the most common mistake on c++ and oo projects?
What are keywords in c++?
How do you remove an element from a set in c++?
What is the syntax for a for loop?
What is c++ 11 and c++ 14?
What is the difference between reference and pointer?
What is difference between class and function?
How many static variables are created if you put one static member into a template class definition?
What is an inline function in c++?