Object-Oriented Programming (OOP)

A design pattern that restricts the instantiation of a class to a single shared object. What is this concept called?

Correct answer

D. Singleton pattern

Explanation

Singleton pattern refers to a design pattern that restricts the instantiation of a class to a single shared object.