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
What are the three parts of a simple empty class?
what are the realtime excercises in C++?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is difference between oop and pop?
Which language is pure oop?
What is difference between abstraction and encapsulation?
write a program to find 2^n+1 ?
What is the main feature of oop?
What is class encapsulation?
What is class and example?
What is difference between inheritance and polymorphism?
How is class defined?
What is a class and object?
c++ program to swap the objects of two different classes
Can main method override?