Guest MemberLanguage   English
Software Architecture · SOLID Principles

How would you answer an interview scenario involving Liskov Substitution Principle?

AdvancedUpdated 2026-08-09

A read-only collection inherits an interface requiring Add. Explain the LSP problem and redesign.

#solid-principles#lsp