RussellWhat is the Liskov Substitution Principle(LSP)?The Liskov Substitution Principle(LSP) is one of the design principles of SOLID which is defined as “if S is a subtype of T, then objects…Nov 6, 2020Nov 6, 2020
RussellWhat is the Open-Closed Principle(OCP) and why should we careImagine the following scenario.Nov 6, 2020Nov 6, 2020