Intro

The first principle in the SOILID Principles of OOP. It’s super simple, a class should be atomic in its purpose and/or function. It should strive to do one thing and encapsulate all the methods and functions required for it to be completed.


References