Liskov Substitution Principle: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * http://www.oodesign.com/liskov-s-substitution-principle.html =Internal= * SOLID Principles") |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
* [[SOLID Principles#SOLID_Principles|SOLID Principles]] | * [[SOLID Principles#SOLID_Principles|SOLID Principles]] | ||
=Overview= | |||
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.