Answer Posted / guest
Name mangling is the rule according to which C++ changes
function's name into function signature before passing that
function to a linker. This is how the linker differentiates
between different functions with the same name.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the need of a destructor?
What are static variables?
What is the size of integer variable?
How the virtual functions maintain the call up?
Is eclipse good for c++?
Describe new operator?
Explain the use of this pointer?
What is c++ programming language?
Explain what is class definition in c++ ?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Differentiate between an external iterator and an internal iterator?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
Explain the isa and hasa class relationships.
What is low level language in simple words?
Name the implicit member functions of a class.