What are the different forms of polymorphism??
Answer Posted / sri
Existing in more than one form.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
what are the different types of qualifier in java?
What is a null tree?
What is polymorphism in oops with example?
How do you achieve polymorphism?
What is object and example?
Why do we use encapsulation in oops?
Why is polymorphism used?
What is object and class in oops?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is static in oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What are the 3 pillars of oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What are the benefits of polymorphism?
What is abstract class in oop?