What are singleton objects?
(a) The only two objects of a class throughout the program
(b) The only object of a class throughout the program
(c) The objects that are alive throughout the program
(d) The objects that are created and then deleted without use
I had been asked this question in examination.
My enquiry is from Object Use topic in division Object of Object Oriented Programming