Liskov Substitution Principle In Hindi | Solid Principles
#SOLID #CSharpInterview #csharp #csharpprogramming #csharptutorial #csharpbasics #csharpinhindi
Our Blog:- https://clubofprogrammers.com/
LSP: Subtypes must be substitutable for their base types without altering program behavior.
Subtypes (Child Class) should be able to substitute parent (Base) class during object polymorphism seamlessly.
Child Object is not substituting parent / Base. This leads to an LSP issue.
Your Queries
Learn S.O.L.I.D Coding Principles - Free