Object-Oriented Programming (OOP)
A design pattern that restricts the instantiation of a class to a single shared object. What is this concept called?
- A. Super keyword
- B. Association
- C. Message passing
- D. Singleton pattern ✓
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.