Top-Down Design
Repeatedly decomposing a problem into smaller problems
Eventually leads to
a collection of small problems or tasks
each can be easily coded
The function construct in C is used to write code for these small, simple problems
Previous slide
Next slide
Back to first slide
View graphic version