Strategy Design Pattern and Open-Closed Principle in Java
Publish Date:2025/03/19 Author:JIYIK Category:ALGORITHM
-
The Strategy design pattern is based on the Open/Closed design principle , the famous " O SOLID " of design principles . It is one of the patterns that has become popular in the field of object-oriented analysis and design, along with the D...
Full