構こう築ちく子しMeanings1nounconstructorcomputingIn object-oriented programming, a special method used to initialize an object when it is created.See also: コンストラクタJavaでは、クラス名めいと同おなじ名な前まえのメソッドが構こう築ちく子しになる。In Java, a method with the same name as the class becomes the constructor.