Wednesday 20 January 2021

SOLID: The Liskov Substitution Principle

 

Inheritance is one of the most fundamental features of Object-Oriented Programming. Why do we get it wrong so often?

Topics include:

  • C#
  • SOLID Code
  • The Liskov Substitution Principle
  • LSP
  • Inheritance
  • Substitutability
  • Abstract classes
  • Sealed classes
Related videos:

No comments:

Post a Comment

The State Pattern

  How many developers does it take to change a lightbulb? With the State pattern, not very many. Topics include: The State Pattern Design Pa...