Answer Posted / achal ubbott
It is by name mangling that a c++ compiler is able to
support function overloading.It is the way of
differentiating functions based on their name,number and
order and type of parameters. Unfortunately ISO has not set
any standard procedure for mangling names. So different c++
compiler vendors implement it in different ways.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the latest c++ standard?
Is there a c++ certification?
Define pre-condition and post-condition to a member function in c++?
Can a class be static in c++?
What is the size of a vector?
What is private inheritance?
Is c++ a high level language?
Do you know what are pure virtual functions?
Which programming language is best?
Differentiate between a constructor and a method in C++.
List the special characteristics of constructor.
What's the "software peter principleā?
Will rust take over c++?
What is the cout in c++?
What is the need of a destructor? Explain with the help of an example.