Constructor Method
o: smalltalk does not distinguish between methods - there are no special methods in smalltalk. In Java there is a special method for construction. In python classmethods can be used to create alternate constructors. This 'constructor method' pattern is still applicable to languages like Python and Java.

