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 |
Difference between struct and class in terms of access modifier.
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
What are access specifiers in C++?
Describe the main characteristics of static functions?
What is object slicing and how can we prevent it?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What do you mean by const correctness?
Is set c++?
Disadvantages of c++
5. Can inline functions have a recursion?
How to reduce a final size of executable?
Is c++ a good beginners programming language?