Liskov Substitution Principle: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 8: Line 8:
=Overview=
=Overview=


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

Latest revision as of 22:45, 14 January 2018

External

Internal

Overview

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