Function called on oClass instance when it is created. Users create init methods to
customize creation behavior for their Classes. All init methods should return the Instance.
init_next calls the objects next init methods. init_next should only be
used inside if init.
Usage
init(x, ...)
init_next(x, ...)
Arguments
x
environment of class "Instance"
...
named fields inherited by the class instance or passed to methods