noun
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.