Strategy Pattern I will try to explain this pattern as simple as I can because it is really simple and useful. Lets define a problem: Think about that you have employees in different departments with different titles and you need a method which calculates different salaries. Answer 1 – You can write […]