The _____ SOLID principle states that classes should be open for extension but closed for modification.
- Dependency
- Liskov
- Open-Closed
- Single
The Open-Closed SOLID principle states that classes should be open for extension but closed for modification. It promotes software design that allows for new functionality to be added without altering existing code.
Loading...
Related Quiz
- What is the primary advantage of using the Blue-Green deployment strategy?
- What is the primary focus of functional requirements in software development?
- In Software Architecture Design, the _____ pattern involves dividing the system into interconnected components to improve modifiability and scalability.
- The process of _______ involves collecting and determining the needs and functionalities that a software system must provide.
- _______ is a popular Requirement Management Tool used to track and manage requirements throughout the development process.