Related resources for Liskov Substitution Principle
  • Learn Liskov Substitution Principle (LSP)4/1/2024 11:49:58 AM. Explore the Liskov Substitution Principle (LSP) for robust software design. Learn how to ensure derived classes can seamlessly substitute base classes, avoiding unexpected behaviors and maintaining co
  • SOLID Principles In C# - Liskov Substitution Principle2/15/2024 7:10:01 AM. C# is an object-oriented programming language. These days whenever you talk about object-oriented programming you hear the acronym, SOLID. These are five design principles introduced by Michael Feathe
  • Liskov Substitution Principle2/15/2024 6:41:43 AM. This article explains the Liskov Substitution Principle. The Liskov Substitution Principle (LSP), a key SOLID principle by Barbara Liskov, advocates seamless substitution of base class objects with de
  • Liskov Substitution Principle (LSP) in .NET 6 Core11/15/2023 9:13:04 AM. As a burgeoning developer delving into the SOLID principles, understanding the Liskov Substitution Principle (LSP) is pivotal for crafting robust and maintainable code. In this article, we'll demy
  • Overview Of SOLID Principles In C#10/30/2023 5:04:17 AM. This article explains the basic rules which are combined and called the SOLID Principles. SOLID principles are a set of design principles in object-oriented programming (OOP) that help developers crea
  • Design Principles For Better Software7/18/2022 6:23:11 AM. This article is about design principles and will help in basic understanding of most important principles used in better software development
  • Solid Principles Simplified (C#, .Net 5)6/30/2022 1:46:41 PM. This article is about Solid principles, concepts are described with examples for clear understanding of each principle.
  • Liskov Substitution Principle8/9/2021 6:36:21 AM. In this article, you will learn about Liskov Substitution Principle.
  • L In SOLID - Liskov Substitution Principle9/24/2019 9:13:08 AM. In SOLID, L stands for Liskov's Substitution Principle. LSP states that the object of the derived class should be able to replace an object of the base class without any issue in the application o
  • SOLID (Object Oriented Design) Principles3/24/2014 12:33:51 PM. This article attempts to describe the best technique for writing code that requires a minimum of changes to add/modify requirements that are easily scale-able and most importantly, reusable. This is where the S.O.L.I.D. principles and Design patterns are useful.
  • S.O.L.I.D Design Principles Explained: Part 38/14/2012 2:09:17 PM. In this article, we are going to discuss the third principle of SOLID design principles i.e. the Liskov Substitution Principle.