Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in liskov-substitution-principle

How to avoid breaking Liskov substitution principle when overriding method signature

When adhering to Liskov Substitution Principle (LSP) can a child class implement additional interface?

Liskov substitution principle and Interface

Covariance and Contravariance with LSP

How to not violate the Liskov substitution principle when methods have optional parameters?

Declaration of Specific::method(): must be compatible with General::method(). Is PHP wrong about LSP?

Is my lecturers definition of the Liskov Substitution Principle incorrect, or am I misunderstanding?

The rule for preconditions/postconditions of derivatives

Why clangd on windows cannot find standard header files?

Is Arrays.asList a violation of Liskov Substitution Principle? [duplicate]

SOLID Design Principles : Liskov Substitution Principle and Dependency Inversion Principle

Interface inheritance: what do you think of this: [closed]

Does this violate the Liskov substitution principle, and if so, what do I do about it?

Upcast a Box when returning in Rust [duplicate]

Liskov substitution principle - overriding method example

Does overloading violate Liskov Substitution Principle?

ReadOnlyCollection vs Liskov - How to correctly model immutable representations of a mutable collection