- virtual destructor
- виртуальный деструктор (деструктор, описанный в базовом класса со спецификатором virtual)
Большой англо-русский и русско-английский словарь. 2001.
Большой англо-русский и русско-английский словарь. 2001.
Virtual function — In object oriented programming, a virtual function or virtual method is one whose behavior is defined within an inheriting class by a function with the same signature. This concept is a very important part of the polymorphism portion of object… … Wikipedia
Destructor (computer science) — In object oriented programming, a destructor (sometimes shortened to dtor) is a method which is automatically invoked when the object is destroyed. Its main purpose is to clean up and to free the resources which were acquired by the object along… … Wikipedia
Destructor (computer programming) — In object oriented programming, a destructor (sometimes shortened to dtor) is a method which is automatically invoked when the object is destroyed. Its main purpose is to clean up and to free the resources (which includes closing database… … Wikipedia
Destructor Audaz — Saltar a navegación, búsqueda Audaz Historial Astillero … Wikipedia Español
Destructor Proserpina — Saltar a navegación, búsqueda Proserpina Historial Astillero … Wikipedia Español
Destructor Osado — Saltar a navegación, búsqueda Osado Historial Astillero … Wikipedia Español
Función virtual — En programación orientada a objetos (POO), una función virtual o método virtual es una función cuyo comportamiento, al ser declarado virtual , es determinado por la definición de una función con la misma cabecera en alguna de sus subclases. Este… … Wikipedia Español
Паскаль (язык программирования) — Эта статья или раздел нуждается в переработке. В Паскале нет модулей, ООП и прочих новомодных веяний. Описание расширений должно присутствовать только в статьях о соответ … Википедия
Паскаль (язык) — Pascal Семантика: процедурный Тип исполнения: компилятор Появился в: 1970 г. Автор(ы): Никлаус Вирт Паскаль (англ. Pascal) высокоуровневый язык программирования общего назначения. Один из наиболее известных языков программирования, широко… … Википедия
Public interface — A public interface is the logical point at which independent software entities interact. The entities may interact with each other within a single computer, across a network, or across a variety of other topologies. It is important that public… … Wikipedia
TObject — TObject класс, являющийся общим предком всех классов языка Object Pascal. См. также: Free Pascal. TObject инкапсулирует основное поведение всех классов в Object Pascal и отвечает за выделение и освобождение памяти при создании и удалении… … Википедия