Answer Posted / swathi
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 ? | 10 Yes | 3 No |
Post New Answer View All Answers
Can static class have constructor?
What is abstraction in oop?
Why is encapsulation used?
What is polymorphism and example?
What is new keyword in oops?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is abstraction in oops with example?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What does oop mean in snapchat?
Write a program to sort the number with different sorts in one program ??
State what is encapsulation and friend function?
What is the full form of oops?
What is an interface in oop?
What is encapsulation in ict?
Can a destructor be called directly?