Liskov substitution principle

From Wiktionary, the free dictionary
Jump to navigation Jump to search

English[edit]

Etymology[edit]

Named after Barbara Liskov (1939–), who introduced the concept in 1987.

Proper noun[edit]

Liskov substitution principle

  1. (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

Translations[edit]

See also[edit]

Further reading[edit]