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 are formatting flags in ios class?
Explain this pointer?
What are the 4 main oop principles?
Explain the scope of resolution operator.
How can virtual functions in c++ be implemented?
What is a linked list in c++?
Write about an iterator class?
Is C++ case sensitive a) False b) Depends on implementation c) True
How do I tokenize a string in c++?
Explain the uses of static class data?
Explain stack unwinding.
What are static variables?
List different attributes in C++?
What are the advantages of prototyping?
What is a container class?