Interface Segregation Principle
The Interface Segregation Principle (ISP) suggests that a class should not be forced to implement methods it doesn’t need.
Bad Practice - Principle not followed
+------------------+
| <<interface>> |
| IVeh...
gurupalaniveltech.hashnode.dev1 min read