What Is Polymorphism in C++ ?
Answer Posted / hrpynux@gmail.com
Polymorphism in C++ means, the same entity (function or object) behaves differently in different scenarios. Consider this example: The “ +” operator in c++ can perform two specific functions at two different scenarios i.e when the “+” operator is used in numbers, it performs addition.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which sort does c++ use?
What is the use of map in c++?
What are shallow and deep copy?
Explain register storage specifier.
What is a .h file c++?
How to convert integer to string in C++
Who wrote stl?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What are the sizes and ranges of the basic c++ data types?
Can I learn c++ without c?
What is the highest level of cohesion?
What are the two shift operators and what are their functions?
What are the storage qualifiers?
What is constructor and destructor in c++?
What are virtual functions in c++?