Mark As Completed Discussion

Are you sure you're getting this? Fill in the missing part by typing it in.

The SOLID principles are an acronym for five design principles: Single Responsibility Principle (SRP), Open-Closed Principle (OCP), Liskov Substitution Principle (LSP), Interface Segregation Principle (ISP), and ____. The Dependency Inversion Principle (DIP) states that high-level modules should not depend on low-level modules. Instead, both should depend on abstractions.

Write the missing line below.