Java Design Patterns Question:

Explain about state dependence?

Tweet Share WhatsApp

Answer:

State dependence tells you about the action performed on the object whether succeeded or failed, action which can be performed, monitoring methods, postponing, triggering, preventing, etc. This is also used to monitor methods.

Download Java Patterns PDF Read All 29 Java Patterns Questions
Previous QuestionNext Question
State the purpose of why a Java singleton should be used?Explain about particle canvas?