In the context of software design patterns, what does the Singleton pattern ensure?
Options:
Answer:
In the context of software design patterns, what does the Singleton pattern ensure A class has only one instance and provides a global point of access to it.