Software Engineering KB

Home

❯

05 Software Design and Architecture

❯

00 OOP and SOLID Principles

❯

02 Sub Concept

❯

Role Interfaces

Role Interfaces

Feb 10, 20261 min read

  • property
  • isp
  • role-interfaces

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.

property isp role-interfaces


Graph View

Backlinks

  • Interface Segregation Principle

Created with Quartz v4.5.2 © 2026

  • GitHub