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 meant by design patterns?

589


When do you call copy constructor?

559


Which is faster string or stringbuilder?

522


Write a program based on Java script program.

652


What is an immutable object? How do you create one in java?

604






Can we compare two strings in java?

561


What are the benefits of operations?

514


Is it possible to override private or static method in java?

549


What is the default size of set in java?

504


What is JDBC Driver interface?How can you retrieve data from the ResultSet

1515


What is the difference between static and global variables and also define what are volatile variables?

559


What restrictions are placed on method overriding?

644


How does map works in java?

520


What are alternatives to java serialization?

605


Does java linked list allow duplicates?

559