In OO development, which of the following exemplify an iterative, incremental process?
A.
(1) Get new behavior working. (2) Improve the design. (3) Repeat 1 and 2. (4) Improve
performance and optimize size.
B.
Design a little. Code a little. Test a little. Repeat.
C.
Develop the pieces and integrate them just in time (JIT) for deployment.
D.
Grow your software from a working core, refactoring as you grow.