Lsp Quotes

We've searched our database for all the quotes and captions related to Lsp. Here they are! All 2 of them:

β€œ
LSP: The Liskov Substitution Principle Barbara Liskov’s famous definition of subtypes, from 1988. In short, this principle says that to build software systems from interchangeable parts, those parts must adhere to a contract that allows those parts to be substituted one for another.
”
”
Robert C. Martin (Clean Architecture: A Craftsman's Guide to Software Structure and Design)
β€œ
The LSP makes clear that in OOD the ISA relationship pertains to behavior. Not intrinsic private behavior, but extrinsic public behavior; behavior that clients depend upon.
”
”
Robert C. Martin (LSP: The Liskov Substitution Principle)