Answer Posted / varsha agrawal
polymorphism means "poly" means 'one' and "morphism" means
'forms'. so we can say that polymorphism means one name
which has multiple forms.
ex:-blood group.
polymorphism are two types:
1) Static polymorphism: this is taken place in compile time.
2) Dynamic polymorphism: this is taken place in compile time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is object in oop?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is polymorphism give a real life example?
write a program that takes input in digits and display the result in words from 1 to 1000
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is oops in simple words?
What is oops and its features?
What do you mean by overloading?
What is overloading in oop?
What is abstract class in oops?
How long to learn object oriented programming?
What is the use of oops?
class type to basic type conversion
What is new keyword in oops?
Is oop better than procedural?