Multi Singleton
Package:
Summary:
Implementation of the singleton design pattern
Groups:
Author:
Description:
This class implements the singleton design pattern.
It provides an interface that has a constructor function that once called stored objects of each singleton class in static array class variable.
This way the objects of a singleton class are only instantiated once.
It provides an interface that has a constructor function that once called stored objects of each singleton class in static array class variable.
This way the objects of a singleton class are only instantiated once.
Comments are closed.