Design Patterns Resources
A nice site at https://www.dofactory.com/Patterns/Patterns.aspx
| |
| |
| |
| |
| |
|
| |
| |
| |
| |
| |
| |
| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
Namoskar!!!
Comments
- Anonymous
December 10, 2011
I have scenario based question and I want a required help please tell me how many Patterns I required to solve my problem? We are creating an application for shape drawing. We have to support multiple shapes like circle, rectangle, square, polygon etc. These shapes may are related to each other like square is a type of rectangle where rectangle is also kind of polygon. We want to have an option of theme as well in our application. This theme option will allow us to draw shapes with some filled content like marble theme will allow us to create shapes filled with marbles where flower theme will allow us to create shape filled with flowers. By default user can create shapes with borders with no fill. In order to provide convenience to user we have an imaginary shape like Frame. The idea to introduce frame is to hold different shapes so user can move or apply effects in one go. Create classes / interfaces for given problem?