Answer Posted / swetcha
It is a feature that allows one interface to be used for
general class of actions. The specific action is determined
by the exact nature of the situation. In general
polymorphism means "one interface, multiple methods", This
means that it is possible to design a generic interface to
a group of related activities. This helps reduce complexity
by allowing the same interface to be used to specify a
general class of action. It is the compiler's job to select
the specific action (that is, method) as it applies to each
situation
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Can destructor be overloaded?
Can we create object of abstract class?
What is inheritance write a program to show use of inheritance?
What is object in oop with example?
What is oops with example?
What does no cap mean?
Explain the concepts involved in Object Oriented programming.
What is advantage of inheritance?
What is encapsulation with example?
What is overriding vs overloading?
What is destructor give example?
Why it is called runtime polymorphism?
How can you overcome the diamond problem in inheritance?
Where is pseudocode used?
What is object in oops?