#software-architecture
Read more stories on Hashnode
Articles with this tag
The Strategy pattern is a behavioral design pattern that allows us to define a family of algorithms or behaviors, encapsulate each one as a separate...
What Open-Closed Principle (OCP) is? The Open-Closed Principle is a fundamental principle in software engineering that states that software entities...
Factory method pattern is a creational design pattern that provides an interface for creating an object, but let subclasses decide which class to...