Younes Espiritukapitan-heneral.hashnode.dev·Mar 24, 2024Liskov Substitution Principle (LSP)Terminologies: base class means parent class subclass / derived class means child class ↝ This principle means that derived classes must be substitutable for their base classes. What do we mean by that? It means that a subclass should be able to ...TypeScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.