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


Please Help Members By Posting Answers For Below Questions

What is the use of using enum to declare a constant?

558


What is broken and continue statement?

535


Why static functions are used?

568


Why are getters and setters used?

570


What is the purpose of extern variable?

538






How does hashset works in java?

531


Can a final variable be initialized in constructor?

488


Is java a utf 8 string?

530


Explain 5 features introduced in jdk 1.7?

613


What is the function of character?

524


Why local variables are stored in stack?

500


What do you understand by an io stream?

585


What are some characteristics of interference class?

517


what is use of functional interface in java 8?

561


Where are variables stored?

552