GRASP (Object Oriented Design)
Broschiertes Buch

GRASP (Object Oriented Design)

Versandkostenfrei!
Versandfertig in 6-10 Tagen
19,99 €
inkl. MwSt.
PAYBACK Punkte
10 °P sammeln!
GRASP stands for General Responsibility Assignment Software Patterns (or sometimes Principles). It is used in Object-oriented design, and gives guidelines for assigning responsibility to classes and objects. Examples of different patterns/principles used in GRASP are: Information Expert, Creator, Controller, Low Coupling, High Cohesion, Polymorphism, Pure Fabrication, Indirection, Protected Variations. All these patterns answer some software problem, and in almost every case these problems are common to almost every software development project, thus they don't exist to facilitate new informat...