Java Design Patterns Question:
What are the differences between analysis patterns and design patterns?
Answer:
Analysis pattern are targeted for domain architecture, where as design pattern are targeted for implementation mechanism for some of the aspects of the domain. Analysis patterns are functional oriented and of high level.
Previous Question | Next Question |
What is a software design pattern? | What is an analysis pattern? |