Which design principle promotes loose coupling between classes, making them less dependent on each other?
Dependency Inversion
Open-Closed Principle
Single Responsibility
Interface Segregation

Object-Oriented Programming Exercises are loading ...