lsp-substitutability-of-subtypes

Status: IN

The Liskov Substitution Principle (LSP) states that objects of a derived class must be substitutable for objects of the base class without breaking program correctness.

Source: entries/2026/06/17/solid-overview.md

Depended on by

JSON