Interface Segregation
Term side of the Card
Topic: Architecture
Unit title: Interface Segregation
Categories: Concept
Explanation side of the Card
Explanation: The principle that suggests clients should only be exposed to methods they actually need. This promotes smaller, more focused interfaces and reduces the dependency on unused methods.