Java Design Patterns Question:

What is an analysis pattern?

Java Patterns Interview Question
Java Patterns Interview Question

Answer:

It is a software pattern which is not related to a language. It is related to a business domain like health care, telecom. The visiting activity of a patient in the health care domain would be subject to a number of patterns.


Previous QuestionNext Question
What are the differences between analysis patterns and design patterns?How do you write a Thread Safe Singleton?