Java Design Patterns Question:

Explain about the concept of Generative in Patterns?

Tweet Share WhatsApp

Answer:

Patterns are used to detail about a problem and its solution but is should not be restricted at that point it should also include about the difficulty of the problem, solution addressing all the concerns, constraints of all sorts, etc. It should include everything which revolves around the Generative solution to a problem.

Download Java Patterns PDF Read All 29 Java Patterns Questions
Previous QuestionNext Question
What are the contexts in which Patterns can be used?State some of the elements present in Canonical pattern?