Liskov Substitution Principle: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
=Overview= | =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.