Online Google Dictionary

constructors 中文解釋 wordnet sense Collocation Usage Collins Definition
  1. (constructor) builder: someone who contracts for and supervises construction (as of a building)
  2. Formula One, also known as Formula 1 or F1, and officially referred to as the FIA Formula One World Championship, is the highest class of single seater auto racing sanctioned by the Fédération Internationale de l'Automobile (FIA). ...
  3. (Constructor (computing)) In object-oriented programming, a constructor (sometimes shortened to ctor) in a class is a special type of subroutine called at the creation of an object. ...
  4. (Constructor (software)) Constructor is an extended version of the CAD software ArchiCAD from Graphisoft.
  5. (Constructor (video game)) Constructor is a 1997 video game released originally for MS-DOS Personal Computers, and later ported to the PlayStation and Windows-native DirectX 3. It was developed by System 3 and published by Acclaim.
  6. (constructor) A person who, or thing that constructs; A class method (in object-oriented programming) that creates and initializes each instance of an object
  7. (constructor) Any class method, instance method, or subroutine that composes, initializes, blesses, and returns an object. Sometimes we use the term loosely to mean a composer.
  8. (constructor) a method that is automatically called when an instance of the class is created
  9. A constructor is an operation within the scope of a class that creates and initializes an instance of a class. It may be used as an operation stereotype.
  10. (constructor) special member function that has the same name as the class and no return type; is automatically called when an object is instantiated; can be used to initialize the object
  11. (Constructor) Special block of code used to create an instance of a class (or, if you prefer, an object whose type is the class). Used with the "new" keyword (e.g., Person p = new Person() calls the Person() constructor).
  12. (Constructor) is the maker of car combinations. Constructors find the best components like engines and chassis used. Some of the Formula One constructors are Vanwall, Cooper, Ferrari, Lotus, Tyrrell, McLaren, Williams, Benetton and Renault.
  13. (Constructor) tool. Create a Coordinate-System constructor. First click origo, click-2 a point on the x-axis, click -3 a point on the y-axis. See more – to come.
  14. (constructor) A procedure that returns a new object of a certain type. For example, the word procedure is a constructor that takes words as arguments and returns a new word. See also selector, mutator, and abstract data type.
  15. (constructor) an infotron that instantiates new infotrons according to blueprints
  16. Constructors are units that build other units.
  17. are Forerunner robots that operate every Halo installation's control systems. They are not built for combat and rely on the Sentinels and Enforcers to protect them. They have been seen in [[Halo 2]]. ...
  18. are functions that you use to define the properties and methods of a class. For example, the following code creates a new Circle class by creating a constructor function called Circle: