Object-Oriented Programming (OOP)

Which of the following best describes Static binding?

Correct answer

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

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.