Pattern Design Practice Test
Pattern Design Anti-Patterns and Refactoring
The 'God Object' anti-pattern refers to a class that:
Select your answer
A
Knows too much or does too much, violating the Single Responsibility Principle
B
Creates all other objects in the system
C
Prevents subclassing through final declarations
D
Acts as the sole observer for all events
Hint