Java Design Patterns Question:

Explain about closed subsystems?

Java Patterns Interview Question
Java Patterns Interview Question

Answer:

In a closed system a developer will have a perfect knowledge about all the possible behaviors and static design time. By employing encapsulation techniques one can close parts of the system. This is possible in product level components and the lower rung of individual classes.


Previous QuestionNext Question
Explain about particle canvas?Explain about open systems?