When does a name clash occur?



When does a name clash occur?..

Answer / 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

More C++ General Interview Questions

What is realloc() and free()? What is difference between them?

1 Answers  


Does std endl flush?

0 Answers  


Define precondition and post-condition to a member function?

1 Answers  


What do you mean by abstraction. Explain your answer?

5 Answers  


I need to find a specific string between two strings how do I do it?

1 Answers   Infosys,






Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

0 Answers  


which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS IN ADVANCE

5 Answers  


Explain how the virtual base class is different from the conventional base classes of the opps.

0 Answers  


How do I download c++?

0 Answers  


write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

0 Answers  


What causes a runtime error c++?

0 Answers  


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

0 Answers  


Categories