Role Interfaces
← Back to Interface Segregation Principle
Interfaces defined by the role a client needs, not by the class that implements them. Each interface represents a specific capability or role, keeping interfaces small and focused.
← Back to Interface Segregation Principle
Interfaces defined by the role a client needs, not by the class that implements them. Each interface represents a specific capability or role, keeping interfaces small and focused.