Answer Posted / radha
olymorphism basicilly provides multiple forms to a single
function or functionality to occure.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why we use classes in oop?
what is the drawback of classical methods in oops?
What are the 3 principles of oop?
Why is static class not inherited?
Why interface is used?
Can an interface inherit a class?
Why is polymorphism needed?
What makes a language oop?
What is destructor in oop?
What is overriding in oops?
What is pure oop?
What does oop mean in snapchat?
What is difference between abstraction and encapsulation?
What is a superclass in oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.