dynamic binding
Technical term in programming languages and object-oriented systems; refers to resolving method calls at runtime rather than compile time. Often contrasted with 静的束縛 (static binding).
Dynamic binding is a mechanism often used in object-oriented languages.
In this language, functions are determined at runtime through dynamic binding.
Static binding resolves calls at compile time, while 動的束縛 resolves them at runtime.
Compound of 動的 (dynamic) and 束縛 (binding, restraint), likely a calque from English 'dynamic binding' used in computer science.