Liskov substitution principle
Jump to navigation
Jump to search
English
[edit]Etymology
[edit]Named after Barbara Liskov (1939–), who introduced the concept in 1987.
Proper noun
[edit]- (object-oriented programming) A principle stating that any type having a subtype should be replaceable by its subtype without altering any of the desirable properties (such as correctness, task performed, etc.) of the program.
- Synonym: LSP
Hypernyms
[edit]Translations
[edit]Translations
|
See also
[edit]Further reading
[edit]- Liskov substitution principle on Wikipedia.Wikipedia