Definition
Static Binding
Static Binding, also known as early binding or compile-time binding, is the mechanism where the specific function or method implementation to be executed is determined and linked (bound) during the compilation phase of a program.