Liskov Substitution Principle: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * http://www.oodesign.com/liskov-s-substitution-principle.html =Internal= * SOLID Principles")
 
Line 5: Line 5:


* [[SOLID Principles#SOLID_Principles|SOLID Principles]]
* [[SOLID Principles#SOLID_Principles|SOLID Principles]]
=Overview=
A base class should be substitutable with a derived class

Revision as of 22:44, 14 January 2018

External

Internal

Overview

A base class should be substitutable with a derived class