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


Please Help Members By Posting Answers For Below Questions

What is java abstraction with example?

563


Does garbage collection occur in permanent generation space in jvm?

614


Can we modify the throws clause of the superclass method while overriding it in the subclass?

556


What steps are taken when the OS shifts from one-thread execution to another?

913


How do you use compareto in java?

568






What is the purpose of interface?

588


What is the this keyword?

560


Can we extend singleton class in java?

552


What is the different types of functions?

567


How do you empty a list in java?

547


How do you sort words in java?

540


Explain 5 features introduced in jdk 1.7?

618


Can we use a default constructor of a class even if an explicit constructor is defined?

660


Explain constructors and types of constructors in java.

651


java program with complete 4 oops concepts implemented example

2732