0
586views
Structural Programming topic

List 4 advantages and disadvantages of bottom up approach.

1 Answer
0
3views

Bottom-up Programming Approach

  • In the Bottom-up programming approach, each small part of the program is constructed first in detail then all parts connect together to build a complete main program.
  • The Bottom-up is based on the composition approach.
  • Bottom-up programming is the total opposite of top-down programming.
  • In this approach, …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.