I\'m doing a presentation of SOLID design principles and I\'m trying to connect the Single Responsibility Principle and the Open-Closed principle to design patterns.
Cur
I've done the same presentation and I picked out some design patterns to show how they apply the principles.
I noted that for LSP, all but two design patterns from GOF used substitution.