Answer Posted / vivek
Ploymorphism is the concept of OOP's. It allows you invoke
derived class methods through base class reference during
runtime.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Are polymorphisms mutations?
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 do we need oop?
Why multiple inheritance is not possible?
Whats is abstraction in oops?
How to call a non virtual function in the derived class by using base class pointer
How is polymorphism achieved?
What is property in oops?
What is byval and byref? What are differences between them?
How do you explain polymorphism?
What does it mean when someone says I oop?
What is polymorphism what is it for and how is it used?
Can main method override?
Is enum a class?
What is the full form of oops?