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 polymorphism explain?
What is overloading and its types?
What is methods in oop?
Can we create object of interface?
Why do we use polymorphism in oops?
What are the advantages of polymorphism?
What is inheritance in oop?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is basic concept of oop?
What are the components of marker interface?
Are polymorphisms mutations?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Advantage and disadvantage of routing in telecom sector
What is class in oop with example?
What is polymorphism give a real life example?