Hi all,
is it possible to create systemwide unique objects?
I know of the singleton class, but I do not want to create a unique class instance,
but I want to create some kind of factory class which gives unique objects.
For instance I want to create delivery objects and I do not want multiple users
to create the same delivery object (you can imagine why).
How can I achieve this?
Greetings Fred.