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
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is polymorphism and its types?
What is the significance of classes in oop?
What are two types of polymorphism?
What causes polymorphism?
What is a class and object?
What language is oop?
Prepare me a program for the animation of train
How do you use inheritance in unity?
What is object in oop?
Can private class be inherited?
How do you define a class in oop?
What is the purpose of polymorphism?
How do you achieve polymorphism?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer