Answer Posted / jo
polymorphism is a programming language feature that allows
values of different data types to be handled using a
uniform interface.
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
what is different between oops and c++
What is the difference between procedural programming and oops?
What is polymorphism programming?
How do you achieve polymorphism?
What is destructor example?
What is an example of genetic polymorphism?
What is the difference between inheritance and polymorphism?
What is polymorphism in oops with example?
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(); }
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
Why polymorphism is used in oops?
What is purpose of inheritance?
What is overriding in oops?
What is class and object with example?
What are properties in oop?