Java Design Patterns Question:

Explain about closed subsystems?

Tweet Share WhatsApp

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.

Download Java Patterns PDF Read All 29 Java Patterns Questions
Previous QuestionNext Question
Explain about particle canvas?Explain about open systems?