79271238

Date: 2024-12-11 10:01:53
Score: 1.5
Natty:
Report link

As it is said "Rely on abstraction, not concretion", using interface classes will add better approach to software engineering: it will help for open closed principle of SOLID, where project should be open to extensions and close to modifications. When we have our interface, we have one implementation today and we can add another new implementation when we need.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Khasan 24-7