Podcast
Questions and Answers
According to the open–closed principle, software entities should be open for extension, but closed for modification. This means:
According to the open–closed principle, software entities should be open for extension, but closed for modification. This means:
Which technique is used to implement the open–closed principle?
Which technique is used to implement the open–closed principle?
In the context of the open–closed principle, a module is considered open if:
In the context of the open–closed principle, a module is considered open if:
The open–closed principle is part of which set of object-oriented design principles?
The open–closed principle is part of which set of object-oriented design principles?
Signup and view all the answers
During the time Bertrand Meyer introduced the open–closed principle, what was the implication of adding fields or functions to a library?
During the time Bertrand Meyer introduced the open–closed principle, what was the implication of adding fields or functions to a library?
Signup and view all the answers