Answer Posted / santosh mohapatra
Polymorphism is a Greeck word which can be divided into 2
sub word i.e., poly stands for many and morphism stands for
forms. It is one of the essential feature of OOP's. This
feature is mainly used for the member functions of a class.
THe polymorphism is used to overload a function in a same
memory location i.e. the reusability of a function with
different parameters.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
what is the sylabus for priliminaries?
What is inheritance in simple words?
What is destructor example?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is meant by multiple inheritance?
What is pointer in oop?
write a C++ program for booking using constructor and destructor.
What is interface? When and where is it used?
What is variable example?
What does it mean when someone says I oop?
What is polymorphism programming?
Why is polymorphism used?
What is an advantage of polymorphism?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is inheritance write a program to show use of inheritance?