Kizspy | Question: 11
(Choose 1 answer)
What is the purpose of the Singleton pattern?
A. To create multiple instances of a class
B. To ensure only one instance of a class is created
C. To provide static methods for object creation
D. To define a blueprint for creating objects