In addition to restricting access, the access method also determines which method will be called by the subclass or which attribute will be accessed by the subclass. The relationship between function calls and the function itself, as well as the relationship between member access and variable memory addresses, is called binding. Determined.
There are two main binding methods in computer languages