What are the different forms of polymorphism??
Answer Posted / purba phalguni mishra
(1). Operator overloading.
(2). Function overloading.
(3). Virtual functions
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is polymorphism and example?
What is data binding in oops?
Advantage and disadvantage of routing in telecom sector
What is a class oop?
c++ program to swap the objects of two different classes
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Why is there no multiple inheritance?
What is polymorphism used for?
What is the main purpose of inheritance law?
What is class and object with example?
What is encapsulation selenium?
Can we override main method?
What is difference between polymorphism and inheritance?
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 new keyword in oops?