Online Google Dictionary

constructor 中文解釋 wordnet sense Collocation Usage Collins Definition
  1. builder: someone who contracts for and supervises construction (as of a building)
  2. 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. ...
  3. Constructor is an extended version of the CAD software ArchiCAD from Graphisoft.
  4. 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.
  5. (Constructors (Formula One)) 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). ...
  6. (Constructors) 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]]. ...
  7. (Constructors) 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:
  8. Constructors are units that build other units.
  9. When an object is created, a constructor for that class is called. If no constructor is defined, a default constructor is called. It's common to have multiple constructors taking different numbers of parameters. ...
  10. 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.
  11. A special class method that has the same name as the class and is used to construct and possibly initialize objects of its class type.
  12. A pseudo-method that creates an object. In the Java^TM programming language, constructors are instance methods with the same name as their class. Constructors are invoked using the new keyword. ...
  13. 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).
  14. 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. method that is automatically called when an object is created; responsible for initializing this object; see Creating Actors And Objects.
  16. 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.
  17. A special method of a class that creates (or instantiates) an object of that class. The source code of a constructor has a special signature: the name of the constructor is the name of the class and there is no return type. ...
  18. A class member whose purpose is to help initialize all the fields of a class. Constructors can be overloaded.
  19. A member function of an object that is executed whenever that object comes into existence. Often used to initialize an object's data members.
  20. A special routine within a class definition that, on creation of an instance of that class, initialises the state of the instance.
  21. A special method used to create new objects.
  22. One who is in the business of managing the construction process. A contractor is a constructor who is acting under the terms of a contract for construction.
  23. A special member^¤ function^¤ which is automatically called whenever an instance^¤ of a class^¤ is created.
  24. A function that initializes an object when it is created (instantiated.)
  25. 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.