Answer Posted / iqra
Polymorphism indicates the ability of an object to have methods with the same name but the different contents.
For example: two command buttons on a form might both have paint method.
The code in each object is different altough the name of method is the same
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is polymorphism used?
What is the main purpose of inheritance law?
what type of question are asked in thoughtworks pair programming round ?
what are the realtime excercises in C++?
What is destructor example?
Why it is called runtime polymorphism?
What does sksksk mean in text slang?
Where is pseudocode used?
What are the benefits of interface?
What is inheritance and how many types of inheritance?
What are the 4 pillars of oop?
Why do we use encapsulation in oops?
What is coupling in oops?
Why is there no multiple inheritance?
What is the difference between a mixin and inheritance?