Problem Statement
Which of these describes runtime polymorphism?
Explanation
Runtime polymorphism (or dynamic binding) occurs when a base‐class reference points to a subclass object, and the subclass’s overridden method is invoked at runtime based on the actual object type.