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 basic concept of oop?
i got a backdoor offer in process global,Bangalore..Can i work with it?
Which method cannot be overridden?
What is the advantage of oop over procedural language?
What is the importance of oop?
What is oops and its features?
What is polymorphism and example?
What is difference between polymorphism and inheritance?
State what is encapsulation and friend function?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is class encapsulation?
What is stream in oop?
which feature are not hold visual basic of oop?
what is difference between class template and template class?
How do you achieve runtime polymorphism?