Explain polymorphism? What r the types of polymorphism?
pls give examples?
Answer Posted / vikram
Polymorphism literally means taking more than one form or we
can say that one mathod many interface.
there is 2 type of polymarphism 1 :- compail time polimarphism
2: run time polimarphism:
Eax:- function overloding and opertor over loding
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
What are classes oop?
Why is polymorphism important in oop?
Is react oop?
Is abstract thinking intelligence?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
How do you use inheritance in unity?
What is data binding in oops?
What is object-oriented programming? Webopedia definition
Can an interface inherit a class?
What is methods in oop?
What is encapsulation and abstraction? How are they implemented in C++?
What is encapsulation c#?
Why do we need polymorphism in c#?
Which is not an object oriented programming language?
What is new keyword in oops?