Download for Windows Premium
Advertising
virtual function
/'vɜrʧuəl 'fʌŋkʃən/
Definition
function in a base class overrideable in derived classes  ... See more
виртуальная функция f
виртуальный метод
A well-designed virtual function can significantly improve code maintainability.
Хорошо спроектированная виртуальная функция может значительно улучшить сопровождаемость кода.
A pure virtual function is not defined in the base class in which it first appears but is defined in the derived classes.
Чисто виртуальная функция не имеет определения в базовом классе, лишь в производных классах.
Without a virtual function, derived classes may struggle to integrate properly.
Без виртуальной функции производные классы могут столкнуться с трудностями при интеграции.
Developers rely on a virtual function to add flexibility in their code.
Разработчики полагаются на виртуальные функции для добавления гибкости в свой код.
A virtual function ensures that the correct method is called at runtime.
Виртуальная функция обеспечивает вызов нужного метода во время выполнения программы.
Understanding when to use a virtual function is essential for effective inheritance.
Понимание, когда следует использовать виртуальную функцию, крайне важно для эффективного наследования.
The concept of a virtual function is fundamental in modern software design.
Концепция виртуальной функции является основополагающей в современном проектировании программного обеспечения.
Every class that derives from a base with a virtual function should consider overrides.
Каждый класс, производный от базового с виртуальной функцией, должен рассмотреть возможность переопределения.
Each derived class can give its own implementation of a virtual function.
Каждый производный класс может предоставить свою реализацию виртуальной функции.
This effectively hides the virtual function in the base class.
Забыл подчистить виртуальные функции в базовом классе.
When using a virtual function, expect to see a performance cost.
При использовании виртуальной функции ожидается снижение производительности.
The purpose of a virtual function is to support polymorphism in programming.
Назначение виртуальной функции - поддержка полиморфизма в программировании.
In C++, this is handled through the virtual function mechanism.
В С++ он реализован с помощью механизма виртуальных функций.
No results found for this meaning.

Synonyms and analogies of "virtual function" in English

Word & Expression of the day
Image of the day
ashtray: small container for cigarette ash and butts
Reveal the word
Advertising

Results: 616. Exact: 40. Elapsed time: 57 ms.

Word index: 1-300, 301-600, 601-900

Expression index: 1-400, 401-800, 801-1200

Phrase index: 1-400, 401-800, 801-1200