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 is fail fast in java?
Can java inner class be static?
Explain about version control?
what state does a thread enter when it terminates its processing? : Java thread
How does callback work in java?
Can a singleton class be inherited?
How do you do a line break in java?
What lambda means?
Is array serializable java?
What is <> used for in java?
What are the 4 types of characters?
What is the memory leak in java?
Does java isempty check for null?
Is 64bit faster than 32 bit?
How is tree Mirroring implemented?