Which design pattern ensures that only one instance of a class exists and provides a global point of access to it?
Factory Method
Command
Observer
Singleton

Software Engineering Exercises are loading ...