Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in liskov-substitution-principle

What is a Refused Bequest?

Does the JavaScript event system violates the LSP?

How can I avoid breaking Liskov Substitution Principle (LSP)?

The difference between liskov substitution principle and interface segregation principle

Can anyone provide an example of the Liskov Substitution Principle (LSP) using Vehicles?

How do I avoid breaking the Liskov substitution principle with a class that implements multiple interfaces?

Do Collections.unmodifiableXXX methods violate LSP? [closed]

Why doesn't Rust support trait object upcasting?

Is deriving square from rectangle a violation of Liskov's Substitution Principle? [closed]

Liskov substitution principle - no overriding/virtual methods?

Any good examples of inheriting from a concrete class? [closed]

Should constructors comply with the Liskov Substitution Principle? [closed]

Can you explain Liskov Substitution Principle with a good C# example? [closed]

Why array implements IList?

What is an example of the Liskov Substitution Principle?