constructor
A special method used in some object-oriented programming languages to construct a brand new object. If often has the same name as the class and is typically invoked automatically by the runtime system whenever the special operation new is invoked. A Complete Constructor Method[SBPP] returns a ready to use object that requires no additional tweaking; this usually implies arguments must be passed to the constructor.
Copyright © 2003-2008 Gerard Meszaros all rights reserved