somDefaultInit - Syntax

This method initializes instance variables and attributes in a newly created object. Replaces somInit as the preferred method for default object initialization. For performance reasons, it is recommended that somDefaultInit always be overridden by classes.

SOMObject      receiver;
somInitCtrl    ctrl;

somDefaultInit(receiver, ctrl);


[Back: somDefaultInit]
[Next: somDefaultInit Parameter - receiver]