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
How many characters are recognized by ANSI C++?
Describe linkages and types of linkages?
Are c and c++ different?
What is #include ctype h in c++?
What c++ is used for?
What is new in c++?
How do you find out if a linked-list has an end?
What is property in oops?
What is array give example?
How do you define a class in c++?
What is string in c++ programming?
What are the extraction and insertion operators in c++? Explain with examples.
Explain the operation of overloading of an assignment operator.
What is the 4 difference between delete[] and delete?
What are default parameters? How are they evaluated in c++ function?