Answer Posted / kris_kamatoy
The word “polymorphism” means “different forms”. Applied in
object-oriented
paradigm it means the ability of an entity to exhibit
different forms at runtime.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What causes polymorphism?
Why multiple inheritance is not possible?
write string class as your own class in java without using any built-in function
What is the problem with multiple inheritance?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Can an interface inherit a class?
What are classes oop?
How long to learn object oriented programming?
How to improve object oriented design skills?
How do you define a class in oop?
Can main method override?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is the oops and benefits of oops programming?
How do you explain polymorphism?
What polymorphism means?