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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub