Single Responsibility Principle

E232905 UNEXPLORED

The Single Responsibility Principle is a core object-oriented design guideline stating that a class or module should have only one reason to change, meaning it should be responsible for just a single, well-defined functionality.


Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

DRY principle relatedTo Single Responsibility Principle