Constructor vs Constructorless - What's the difference?
constructor | constructorless |
A person who, or thing that constructs
(programming) A class method (in object-oriented programming) that creates and initializes each instance of an object
(motorsport) A company or individual who builds racing vehicles. In Formula One, ).
(computing, programming) Without a constructor.
* 2005 , David Yevick, A first course in computational physics and object-oriented programming with C++ (page 326)
As a noun constructor
is a person who, or thing that constructs.As an adjective constructorless is
(computing|programming) without a constructor.constructor
English
Noun
(en noun)constructorless
English
Adjective
(-)- As mentioned briefly in the discussion of the STL library in the previous chapter, functions can be replaced by functors, which are constructorless objects that implement the function body through a redefinition of the parenthesis operator.