# Topic S - GRASP and SOLID Principles
Research
https://dzone.com/articles/solid-grasp-and-other-basic-principles-of-object-o
https://scotch.io/bar-talk/s-o-l-i-d-the-first-five-principles-of-object-oriented-design
https://hackernoon.com/solid-principles-made-easy-67b1246bcdf
Thing-King
# S - Single-Responsibility Principle
# O - Open-Closed Principle
# L - Liskov Substitution Principle
# I - Interface Segregation Princple
# D - Dependency Inversion Principle
Examples →