Computer Science, asked by rajnikantdubey7785, 9 months ago

Why is Liskov Substitution Principle important

Answers

Answered by singhamanpratap0249
7

Answer:

Take advantage of Liskov Substitution Principle to reduce coupling and facilitate code reusability in your application. ... LSP (Liskov Substitution Principle) is a fundamental principle of OOP and states that derived classes should be able to extend their base classes without changing their behavior.

Similar questions