Answer Posted / mr.a
Polymorphism means one object in many forms.
Means a single object work as different-different ways.
we have 2 types of polymorphism.
1. RuntimePolymorphism
2.compiletimePolymorphism.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism programming?
What is oops in simple words?
Why is encapsulation used?
What is ambiguity in inheritance?
write a program to find 2^n+1 ?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Which language is pure oop?
What is the advantage of oop over procedural language?
What is difference between oop and pop?
What is encapsulation process?
What is multilevel inheritance?
What is the difference between encapsulation and polymorphism?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is the difference between inheritance and polymorphism?