Liskov Substitution Principle

From NovaOrdis Knowledge Base
Revision as of 22:45, 14 January 2018 by Ovidiu (talk | contribs) (→‎Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

An instance of a base type should be substitutable with an instance of a derived type without affecting functionality.