what do you meant by Runtime Polymorphism?
Answer Posted / chinmay
run time polymorphism is the one that gets in to action
when we run our program it directly identifies which object
we are refering to and hence we get the required result it
takes the use of virtal functions to implement this.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is the difference between an interface and an abstract class?
Is string passed by reference in java?
What is better- service oriented or batch oriented solutions?
Why scanner is used in java?
What are data types in oop?
What is the Concept of Encapsulation in OOPS
What do negative exponents mean?
Why are functions called methods in java?
How can you read content from file in java?
Is class forname reflection?
Can you inherit a constructor java?
Can finally block be used without a catch?
Why we go for collections in java?
how we can make a read-only class in java?
Does sprintf add a null terminator?