Answer Posted / mr.a
Polymorphism means one object in many forms.
Means a single object work as different-different ways.
we have 2 types of polymorphism.
1. RuntimePolymorphism
2.compiletimePolymorphism.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism in oops with example?
What is meant by oops concept?
#include
Why do we use encapsulation in oops?
What is encapsulation oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is meant by multiple inheritance?
What is overriding in oop?
class type to basic type conversion
Can we override main method?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is ambiguity in inheritance?
What is polymorphism explain?
What are the components of marker interface?
Why is object oriented programming so hard?