Ganesh Rama Hegdedesignpatterns.hashnode.dev·Aug 25, 2024Liskov Substitution Principle (LSP)The "L" in the SOLID principles is the Liskov Substitution Principle or the LSP. In this BLOG, I had mentioned the definition of the LSP. Subtypes must be substitutable for their base types without altering the correctness of the program. Essentially...Discuss·1 likeTypeScript
Jinali Ghogharijinali.hashnode.dev·Mar 28, 2024Dart: Class ModifiersA modifier is a keyword or attribute that is used to change or specify the behavior, access, or characteristics of a particular element such as a variable, function, class, or method. Modifiers provide additional information to the compiler or runtim...DiscussDartbase class