Design patterns can be classified in terms of the underlying problem they solve
Architectural patterns-- expresses a fundamental structural organization or schema for software systems.
Creational patterns--that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation
Structural patterns--ease the design by identifying a simple way to realize relationships between entities.
Behavioral patterns--identify common communication patterns between objects and increase flexibility in carrying out this communication
And More
Architectural patterns-- expresses a fundamental structural organization or schema for software systems.
Creational patterns--that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation
Structural patterns--ease the design by identifying a simple way to realize relationships between entities.
Behavioral patterns--identify common communication patterns between objects and increase flexibility in carrying out this communication
And More
No comments:
Post a Comment