Constructor

имя существительное 1) конструктор; инженер, проектировщик Синоним(ы): builder 2) [морское дело] (флотский офицер, контролирующий постройку корабля для военно-морских сил)

Большой англо-русский словарь

Constructor

конструктор в ООП - специальный метод класса (class method), обеспечивающий создание объекта данного класса или инициализацию состояния объекта Смотри также: OOP Антоним(ы): destructor

Англо-русский словарь компьютерных терминов

Constructor

монтажник, строитель

Англо-русский научно-технический словарь

Constructor

noun see construct I

Merriam-Webster's Collegiate Dictionary

Constructor

1. In object-oriented languages, a function provided by a class to initialise a newly created object. The constructor function typically has the same name as the class. It may take arguments, e.g. to set various attributes of the object or it may just leave everything undefined to be set elsewhere. A class may also have a destructor function that is called when objects of the class are destroyed. 2. In functional programming and type theory, one of the symbols used to create an object with an algebraic data type.

Free Online Dictionary of Computing