Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The diagram below explains the common acronyms in system designs.
Units of code should be open for extension but closed for modification.

3. LSP (Liskov Substitution Principle)
A subclass should be able to be substituted by its base class.
A base class should be able to be substituted by its subclass.

4. ISP (Interface Segregation Principle)
Expose multiple interfaces with specific responsibilities.
Expand Down
Loading