INTRODUCTION TO NET
APPLICATION DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Pattern name
|
|
Problem
|
|
Solution
|
|
Consequences
|
Detailed explanation-1: -The solution describes the elements that make up the design, their relationships, responsibilities, and collaborations. The solution does not describe a particular concrete design or implementation, because a pattern is like a template that can be applied in many different situations.
Detailed explanation-2: -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-3: -Object Oriented Programming is a programming methodology or concept of programming that organizes code into objects and relationships of objects. Design Patterns would suggest proven-successful methods of constructing types/objects to solve a certain scenario in a program.
Detailed explanation-4: -Finding Appropriate Objects. Determining Object Granularity. Specifying Object Interfaces. Specifying Object Implementations. Putting Reuse Mechanisms to Work. Relating Run-Time and Compile-Time Structures. Designing for Change.