static binding


Static binding of functions/methods is the concept of resolving a function/method call at compile time. See also dynamic binding.


Course References:

Static vs. Dynamic Binding
Polymorphism