SSShreyansh Sinhainrookie02.hashnode.dev·Jul 19, 2022 · 4 min readAbstract Classes vs InterfacesAbstract Class Abstract class can be thought of as an incomplete class which can't be instantiated. When we say incomplete class what we mean is that the class contains methods which are not implemented in the base abstract class. Rather another clas...00
SSShreyansh Sinhainrookie02.hashnode.dev·Jul 17, 2022 · 4 min readOverview of SOLID PrinciplesSOLID Principles One of the widely used Design Principles, SOLID is an acronym for the five principles which constitute it. S => Single Responsibility Principle O => Open Closed Principle L => Liskov Substitution Principle I => Interface Segregation...00