design-patternsgrasp

What is the Difference between GOF and GRASP design patterns


I am really confused about the difference between GOF and GRASP patterns? even both contribute to improved Object oriented practices


Solution

  • GOF are patterns i.e. proven design solutions to recurring problems. GRASP are principles and are not tied to any specific problem domain hence true in any scenario