Answer Posted / brunda r
Polymorphism plays a very important role in allowing objects
having different internal structures to share the same
external interface.Its Its extensively used in implementing
inheritance.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what are the ways in which a constructors can be called?
What is the main feature of oop?
What is the highest level of cohesion?
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 inheritance write a program to show use of inheritance?
What is multilevel inheritance?
to find out the minimum of two integer number of two different classes using friend function
write string class as your own class in java without using any built-in function
Write a program to sort the number with different sorts in one program ??
When not to use object oriented programming?
Prepare me a program for the animation of train
What is methods in oop?
Can destructor be overloaded?
How do you define a class in oop?
What is polymorphism in oops with example?