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 do you mean by overloading?
What is purpose of inheritance?
Which language is not a true object oriented programming language?
Who invented oop?
What are the benefits of polymorphism?
Which method cannot be overridden?
What is oops in simple words?
What is abstraction example?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is multilevel inheritance explain with example?
can inline function declare in private part of class?
What does and I oop mean?
What type of loop is a for loop?
Why is encapsulation used?
what are the different types of qualifier in java?