Answer Posted / charitha
polymorphism means the ability to take more than one form.
an operation may exhibit different behaviors in different
instances. The behavior depends on the data types used in
the operation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is variable example?
Why it is called runtime polymorphism?
What is an example of genetic polymorphism?
what are the realtime excercises in C++?
Why is polymorphism important in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is abstraction in oops with example?
What is overriding in oop?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the advantage of oop over procedural language?
What is polymorphism used for?
Is oop better than procedural?
What is destructor example?
What is inheritance in simple words?
What is the difference between a mixin and inheritance?