How can Implement SOLID in real life scenario? I have one class called Employee and I have to add below methods in that class,How can I ensure I have used SOLID principle while designing?
AddEmployee(Employee e)
GetEmployee(int EmployeeId)
DeleteEmployee(int EmployeeId)
GetAllEmployees()
Aucun commentaire:
Enregistrer un commentaire