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 |
What is oops in c++?
how to swap two strings without using any third variable ?
How do you traverse a btree in backward in-order?
What is virtual base class uses?
Is multimap sorted c++?
Explain the benefits of proper inheritance.
Define 'std'.
Write about the scope resolution operator?
What is iomanip c++?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What are static type checking?
Explain explicit container.