Answer Posted / som shekhar
In simple terms Name mangling is name decoration. Compiler
gives different names to the functions and that is why
function overloading is possible.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to implement is-a and has-a class relationships?
Explain how the virtual base class is different from the conventional base classes of the opps.
How is c++ used in the real world?
Is arr and &arr are same expression for an array?
What is size_type?
What is data type in c++?
What does the linker do?
What is new in c++?
Is map thread safe c++?
What is the use of turbo c++?
Explain dangling pointer.
Differentiate between the message and method in c++?
Can we define a constructor as virtual in c++?
Difference between pass by value and pass by reference?
What is c++ try block?