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
What does sksksk mean in text slang?
What is polymorphism and example?
What is the advantage of c++ over c?
Why do we use string in c++?
What is #include cstdlib in c++?
How can you quickly find the number of elements stored in a dynamic array?
What is the best book for c++ beginners?
Why null pointer is used?
What is the difference between object-oriented programming and procedural programming?
What is the best c++ ide?
What are the characteristics of friend functions?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
How do you find out if a linked-list has an end?
What does override mean in c++?
What is ostream in c++?