Skip to content

SOLID Principle BY DART

Eslam Shawky edited this page Jan 23, 2020 · 1 revision

1- Single responsibility principle >>>> A class should have one and only one reason to change, meaning that a class should have only one job. 2- open closed principle >>>> Objects or entities should be open for extension, but closed for modification.

Clone this wiki locally