Dealing with complexity: Composition
ncomposite structure: a software system composed of manageable pieces. nThe smaller the component, the easier it is to build and understand. nThe more parts, the more possible interactions there are between parts and the more complex the resulting structure.