what do you meant by Runtime Polymorphism?
Answer Posted / guest
Runtime Polymorphism means we can change function
defination in child class that function already define in
Base class. Particular class object decide which object
used. This is achieved through the use of virtual functions
in c++.
| Is This Answer Correct ? | 22 Yes | 7 No |
Post New Answer View All Answers
What are operators and its types?
What are the types of casting?
Why vector is used in java?
Can a class be private or protected in java?
Which method cannot be overridden in java?
what is nested class in java?
explain what is transient variable in java?
What is collection sort in java?
How can you share data between two thread in Java?
Can we restart a thread already started in java?
What is a constructor overloading in java?
What do you mean by compiler?
Explain the available thread states in a high-level?
Is java map thread safe?
Is arraylist dynamic in java?