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 tellg () in c++?

0 Answers  


Write a c program for binary addition of two 8 bit numbers.

0 Answers   TCS,


Write about the retrieval of n number of objects during the process of delete[]p?

0 Answers  


Write syntax to define friend functions in C++.

0 Answers   HAL,


What are advantages and disadvantages of Design patterns?

7 Answers   IBM, Vodafone,






Tell me what are static member functions?

0 Answers  


What is c++ manipulator?

0 Answers  


What are the benefits of oop in c++?

0 Answers  


What parameter does the constructor to an ofstream object take?

0 Answers  


What is a tuple c++?

0 Answers  


structure contains int, char, float how it behaves for big endian and little endian?

1 Answers   BITS,


Why is it necessary to use a reference in the argument to the copy constructor?

0 Answers  


Categories