#interface
Read more stories on Hashnode
Articles with this tag
The Abstract Factory Pattern is another creational design pattern that provides an interface for creating families of related or dependent objects...
The factory design pattern is a creational design pattern that provides an interface for creating objects in a superclass but allows subclasses to...
The Singleton pattern is classified as a creational design pattern because its primary purpose is to control the creation of objects. Specifically,...
The Interface Segregation Principle (ISP) is one of the SOLID principles in object-oriented design. It states that a class should not be forced to...
The definition of OCP that I had mentioned in this blog is this: Software entities (classes, functions, modules, or methods) should be open for...