Java Design Patterns Question:
Download Questions PDF

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.

Download Java Patterns Interview Questions And Answers PDF

Previous QuestionNext Question
What is a software design pattern?What is an analysis pattern?