Strategy Pattern via Dependency Injection.
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 feature. In this article, I will demonstrate how to achieve the same functionality by replacing the F...
quangphan.hashnode.dev6 min read