Select from following answers:- compile time binding
- compile time polymorphism
- early binding
- static polymorphism
- All Above

Early binding (compile time binding) is the process of linking a method with an object at the compile time. This is used in static (compile time) polymorphism.
Show Correct Answer
Asked In: Spotted While Learning |
Alert Moderator