Object-Oriented Programming (OOP)

What is the name for a mechanism where the method to be executed is determined at compile time based on the object's declared type?

Correct answer

B. Static binding

Explanation

Static binding refers to a mechanism where the method to be executed is determined at compile time based on the object's declared type.