Translation of dynamic binding from English into Spanish
Noun
technology
- Dynamic binding allows the program to choose methods at runtime.La vinculación dinámica permite al programa elegir métodos en tiempo de ejecución.
Examples of dynamic binding in a sentence
Dynamic binding is crucial for polymorphism in object-oriented languages.
Translations of "dynamic binding" in Context ordered by category and frequency
Dynamic binding is also referred to as late binding.
Enlace dinámico también se conoce como el enlace en tiempo.
Dynamic binding is determining the method to invoke at runtime instead of at compile time.
Enlace dinámico es determinar el método a invocar en tiempo de ejecución en lugar de en tiempo de compilación.
Arrow functions allow us to achieve lexical binding of this, and bypass traditional dynamic binding.
Las funciones de la flecha nos permiten alcanzar la unión lexical de this, y puentear la vinculación dinámica tradicional.
This is called dynamic binding, since the variables last from the start of the block to the time it exits.
A esto se le llama asignación dinámica, pues las variables sobreviven desde el inicio del bloque hasta que éste deje de estar operativo.
Other translations for dynamic binding:
- unión dinámica
dynamic binding: Examples and translations in context
This dynamic binding of methods is similar to using procedural variables and procedural parameters but with greater syntactic cohesion, encapsulation with the data it is related to and also inheritance of behavior of previously defined methods.
Este enlace dinámico de los métodos es similar al uso de variables de procedimiento y parámetros de procedimiento, pero con una cohesión sintáctica mayor, la encapsulación con los datos está relacionada con heredar también el comportamiento de los métodos previamente definidos.