Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > procedure > constructor
Next proceduremethod    Upprocedure

constructor
subjectfact 
constructorhas definition A procedure that is called whenever a new object is createdlink: chapter2section2.8.html#764, 2001-08-30 14:55:03.0
has purpose to initialize the instance variables of a newly created object and perform any other needed initializationlink: chapter2section2.8.html#766, 2001-08-30 14:55:03.0
is a subtopic of The Basics of Java2001-08-30 14:55:03.0
is part of a classlink: chapter2section2.8.html#761, 2001-08-30 14:55:03.0
is a kind of procedure2001-08-30 14:55:03.0
proceduremay have one or more preconditions2001-08-30 14:57:04.0
provides procedural abstraction2001-08-30 14:57:04.0

Kinds of constructor :