Object-Oriented Programming (OOP)

Which term refers to a mechanism where the method to be executed is determined at runtime rather than at compile time?

Correct answer

A. Dynamic binding

Explanation

Dynamic binding refers to a mechanism where the method to be executed is determined at runtime rather than at compile time.