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
Why set do not allow duplicates in java?
what are different ways in which a thread can enter the waiting state? : Java thread
What are abstract methods in java?
What is the common usage of serialization?
What is the use of list in java?
What is a default constraint?
What is data string?
What is java in layman terms?
What is gc()?
What is the difference between a choice and a list?
describe method overloading
can rmi and corba based applications interact ?
Is arraylist zero based?
What is the platform?
Can we override tostring method in java?