4
42Bastian Schick
Hi,
I'd like to prevent classes from beeing instaniated on the stack or
static, means only by new().
The reason: The class describes a process and the attributs must not
be on the stack of the creating process.
I'd like to prevent classes from beeing instaniated on the stack or
static, means only by new().
The reason: The class describes a process and the attributs must not
be on the stack of the creating process.