(Choose 1 answer)
Choose the correct statement of Singleton Pattern?
A. The single instance is a public static attribute. The accessor function is a private static method
B. None of the others
C. Defines an Instance operation that lets clients access its unique instance. The instance is a class operation
D. Responsible for creating and maintaining many instances at the same time