You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.