INTRODUCTION TO NET
APPLICATION DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Pattern Name
|
|
Problem
|
|
Solution
|
|
Consequences
|
Detailed explanation-1: -Every pattern has three essential elements, which are: a context, a problem, and a solution (see figure 1). The context describes a recurring set of situations in which the pattern can be applied.
Detailed explanation-2: -Design patterns are a means to communicate, identify, and remember solutions to common problems. Each pattern names, explains, and evaluates a solution to a common problem. Each design pattern has four essential elements: Behavioral, Creational and Structural Diagram.
Detailed explanation-3: -The problem describes when to apply the pattern. The solution describes the elements that make up the design, their relationships, responsibilities, and collaborations. The consequences are the results and trade-offs of applying the pattern.
Detailed explanation-4: -Shape Pattern. Letter Pattern. Number Pattern.