 Rank: Administration Groups: Administration
, Member
Joined: 5/8/2009 Posts: 1,578 Points: 5,640
|
DESIGNING OBJECT ORIENTED software is difficult, but there are reoccurring patterns that have been documented. These patterns specify how interacting classes and objects can combine to solve very general problems. It is up to the designer to recognize when a pattern can be employed and then to implement the domain specific classes and objects that follow the pattern, in order to serve the application functionality.
|
 Rank: Administration Groups: Administration
, Member
Joined: 5/8/2009 Posts: 1,578 Points: 5,640
|
|