Answer Posted / faizanul haque
Poly means "many" and morph means "form" that means an entity existing in many form is set to be polymorphic in nature and its mechanism in known as polymorphism. The example of polymorphism is :
1. Method overloading.
2. Method Overriding.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does polymorphism work?
What is this pointer in oop?
What is the problem with multiple inheritance?
Why polymorphism is used in oops?
can inline function declare in private part of class?
How to call a non virtual function in the derived class by using base class pointer
What are the advantages of polymorphism?
What is oops?what is its use in software engineering?
What do you mean by variable?
What is constructor overloading in oop?
Why do we need oop?
Why is static class not inherited?
What are oops functions?
What is the significance of classes in oop?
can we make game by using c