Object-oriented Design Tips - Class Substitution and the Liskov Principle - Design Pattern Tutorial

Object substitution in object-oriented programming is discussed, specifically the Liskov Substiution Principle. In a world of polymorphism, behavior of objects and classes should be consistent. Part of the study of design patterns.
Back to Top