Which of the following design patterns is used to create objects without specifying the exact class of the object to be created?
Factory Method
Proxy
Builder
Singleton

Computer Science Exercises are loading ...