In the following example, the type axel does not contain a constructor with 1 parameter; it only contains the default constructor, which has no parameters.
class-id axel. method-id main. declare a-size as string declare obj as type axel set obj to new axel(a-size) end method. end class.