Java Design Patterns Question:

Explain about state dependence?

Java Patterns Interview Question
Java Patterns Interview Question

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.


Previous QuestionNext Question
State the purpose of why a Java singleton should be used?Explain about particle canvas?