VIRTUAL FUNCTION IN SPANISH TRANSLATION

['v3ːtʃʊəl 'fʌŋkʃn]
['v3ːtʃʊəl 'fʌŋkʃn]
función virtual
virtual function

Examples of using Virtual function in English and their translations into Spanish

{-}
  • Colloquial category close
  • Official category close
Whenever a class defines/inherits a virtual function(or method), compilers add a hidden member variable to the class which points to a virtual method table VMT or Vtable.
Cada vez que una clase define una función virtual(o método), la mayoría de los compiladores agregan una variable de miembro oculta a la clase que apunta a una tabla de método virtual VMT o Vtable.
The concept of the virtual function solves the following problem:
El concepto de función virtual soluciona los siguientes problemas:
a base class method}; The override special identifier means that the compiler will check the base class(es) to see if there is a virtual function with this exact signature.
de la clase base}; El identificador especial override significa que el compilador comprobará la clase base para ver si hay una función virtual con esta firma exacta.
Base2{ void f();// ill-formed because the virtual function Base2:: f has been marked final}; In this example, the virtual void f() final; statement declares a new virtual function, but it also prevents derived classes from overriding it.
Base2{ void f();// Mal formado porque la función virtual Base2:: f está marcada como final}; En este ejemplo, la sentencia virtual void f() final; declara una nueva función virtual, pero también previene a las clases derivadas poder sobrecargar la.
Reimplement some virtual functions of KMainWindow.
Reimplementar algunas funciones virtuales de KMainWindow.
When you create and destroy virtual functions, the primary domain must be rebooted.
Al crear y destruir funciones virtuales, se debe reiniciar el dominio primary.
The virtual functions are created by the physical function..
Las funciones virtuales son creadas por la función física.
Create the required number of virtual functions on the specified SR-IOV physical function..
Cree el número necesario de funciones virtuales en la función física SR-IOV especificada.
View the list of available virtual functions on the primary domain.
Vea la lista de funciones virtuales disponibles en el dominio primary.
Structures cannot have virtual functions.
Las estructuras no pueden tener funciones virtuales.
Txt, for use in re-creating the virtual functions.
Txt, para usarla cuando vuelva a crear las funciones virtuales.
Overload, Virtual Functions, Polymorphism.
Sobrecarga, Funciones virtuales, Polimorfismo.
Then, use the ldm create-vf command to create all the required virtual functions.
Luego, utilice el comando ldm create-vf para crear todas las funciones virtuales necesarias.
and destroy virtual functions.
modificar y destruir funciones virtuales.
the pseudonym name to specify virtual functions.
el seudónimo para especificar funciones virtuales.
Verify that the new configuration includes the virtual functions that you manually created.
Compruebe que la nueva configuración incluya las funciones virtuales que creó manualmente.
Let's consider the use of virtual functions on the example of MT5_Tetris. mq5.
Vamos a ver el uso de funciones virtuales en el ejemplo del programa MT5_Tetris. mq5.
In such a design pattern, the abstract class which serves as an interface will contain only pure virtual functions, but no data members or ordinary methods.
Una clase abstracta sirviendo como interfaz contiene sólo funciones virtuales puras, y ningún miembro de datos(variables, constantes,etc.) ni métodos ordinarios.
Pure virtual functions can also be used where the method declarations are being used to define an interface- similar to what the interface keyword in Java explicitly specifies.
Las funciones virtuales puras también son utilizadas donde las declaraciones de métodos se utilizan para definir una interfaz para la que las clases derivadas proveerán todas las implementaciones.
implemented using pure virtual functions.
implementadas usando funciones virtuales puras.
Results: 74, Time: 0.045

Word-for-word translation

Top dictionary queries

English - Spanish