4.4.1.9 Decomposition and 4.4.1.10 Composition Flashcards
1
Q
What is procedural decomposition?
A
breaking a problem into a number of sub-problems, so that each sub-problem accomplishes an identifiable task, which mightitself be further subdivided
2
Q
What is composition?
A
putting pieces back together, the opposite of the decomposition
incorporating multiple objects/functions to create a single, more complex object/function