187k views
1 vote
What is considered an advantage of using iterative development?

Program bugs are identified after the program is released.
The program will always work once it's released.
There's less flexibility in adapting to the user's needs.
Functionality tests allow programmers to reveal unique insights

User PurityLake
by
7.9k points

1 Answer

5 votes

Answer:

The benefits of iterative development include:

Working software from the start. Delivers business value with each iteration. Adaptable to changes in requirements throughout development. Design effort is expended only for what will be built next.

User Jdknight
by
7.6k points