Answer Posted / shiny
The meaning of Polymorphism is something like one name many forms. Polymorphism enables one entity to be used as as general category for different types of actions. The specific action is determined by the exact nature of the situation. The concept of polymorphism can be explained as "one interface, multiple methods".
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is encapsulation oop?
what is difference between class template and template class?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
explain sub-type and sub class? atleast u have differ it into 4 points?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why is polymorphism needed?
Why is oop better than procedural?
What is meant by oops concept?
State what is encapsulation and friend function?
write a C++ program for booking using constructor and destructor.
Can we create object of abstract class?
What is the problem with multiple inheritance?
What does and I oop mean in text?
What is the renewal class?
Why is encapsulation used?