When does a name clash occur?

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


Please Help Members By Posting Answers For Below Questions

Will a catch statement catch a derived exception if it is looking for the base class?

565


what is data encapsulation in C++?

607


Write a program which uses functions like strcmp(), strcpy()? etc

623


What is the main use of c++?

557


What is the best c++ ide?

606






What are pointer-to-members in C++? Give their syntax.

619


What is ifstream c++?

565


What is setbase c++?

627


What is null and void pointer?

597


What is a hashmap c++?

574


What's the best free c++ profiler for windows?

623


Which compiler does turbo c++ use?

610


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

592


Is turbo c++ free?

625


How do we balance an AVL Tree in C++?

644