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 it possible for a member function to delete the pointer, named this?
In a function declaration, what does extern mean?
What is a .h file c++?
Should I learn c or c++ or c#?
What's the "software peter principleā?
Explain the benefits of proper inheritance.
Differentiate between realloc() and free().
Is c++ still being used?
What is a dangling pointer in c++?
What does floor mean in c++?
How are pointers type-cast?
Is dev c++ a good compiler?
What are the two shift operators and what are their functions?
Explain one method to process an entire string as one unit?
How can a called function determine the number of arguments that have been passed to it?