Search code examples
Are subclasses allowed to have public methods according to the Liskov substitution principle?...

phpoopinheritancesolid-principlesliskov-substitution-principle

Read More
How to ensure inheriting classes do not break base class contract in the context of LSP?...

c#oopinheritanceliskov-substitution-principle

Read More
Type safety with object-oriented methods...

ooplanguage-agnosticcomputer-scienceliskov-substitution-principle

Read More
Understanding the relationship between Liskov and OCP...

liskov-substitution-principleopen-closed-principle

Read More
OO Design Modeling...

oopmodeldata-modelingliskov-substitution-principle

Read More
Covariance and Contravariance with LSP...

c#-4.0covariancecontravarianceliskov-substitution-principle

Read More
Can I implement a series of reusable tests to test an interface's implementation?...

.netvisual-studio-2010unit-testingliskov-substitution-principle

Read More
Monopoly game - LSP OO principle...

oopliskov-substitution-principle

Read More
Class inheritance: should constructors be compatible? case of multiple inheritance?...

pythonoopconstructorliskov-substitution-principle

Read More
Can I violate LSP (Liskov substitution) in this case?...

javainheritanceliskov-substitution-principle

Read More
Does GWT's ActivityMapper violate the Liskov Substitution Principle?...

gwtliskov-substitution-principle

Read More
Is it okay to break LSP for the sake of binding?...

design-patternsdata-bindingsilverlight-4.0mvvmliskov-substitution-principle

Read More
Stack, bounded stack and Liskov substitution property...

stackliskov-substitution-principle

Read More
Hierarchy violates Liskov - so what?...

c#inheritanceliskov-substitution-principle

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

c#wpfmvvmliskov-substitution-principle

Read More
Why declare an instance as a supertype but instantiate it as a subtype, plus Liskov Substitution Pri...

inheritancesolid-principlesoopliskov-substitution-principle

Read More
Aggregate class extending base class - Violation of LSP?...

aggregateliskov-substitution-principle

Read More
Does using virtual methods violates LSP( L part of SOLID principles) or there are some exceptions?...

design-principlesliskov-substitution-principlesolid-principles

Read More
Type - Subtype relation. Something seems unclear...

oopliskov-substitution-principle

Read More
Why can't I use AddRange to add subclassed items?...

c#addrangeliskov-substitution-principle

Read More
Type parameter constraints for the liskov principle in C#.NET...

c#genericsconstraintsliskov-substitution-principle

Read More
Interface inheritance: what do you think of this:...

c#oopinheritanceliskov-substitution-principle

Read More
Liskov Substition and Composition...

c#.netcompositionliskov-substitution-principle

Read More
Zend_Form and Liskov Substitution Principle...

oopzend-frameworkliskov-substitution-principle

Read More
C# Interface Implementation relationship is just "Can-Do" Relationship?...

c#inheritanceinterfaceliskov-substitution-principle

Read More
BackNext