Correct Answer: Early binding refers to the events that occur at compile time Early binding occurs when all information needed to call a function is known at compile time Examples of early binding include normal function calls, overloaded function calls, and overloaded operators The advantage of early binding is efficiency