#strategypattern
Read more stories on Hashnode
Articles with this tag
In my last article, I discussed how to implement a Strategy Pattern to calculate the rental pricing for different book types using the Func Delegate...
In our previous article, we employed the Factory Pattern to create different types of books. In this article, we want to implement a system where the...