Difference between Top down and bottom up approaches for a
given project ?

Answer Posted / rahul agrawal

Simplest and main difference is...this two are process of solving program........
So in top down it breaks the main program in sub programs then all the sub programs are being solved then after solving it merge them all in one function to provide exact output.....so 1st we have top as a main function ok...then we break it into sub function can be taken as down...so it approach as top to down...

In the same way in c++....program is already in sub functions....it directly solve this problems and merge them together for exact output....so what is happening here that Bottom as a sub function and Up as a merge function..so it approach as bottom to up.....
....Thanks 4 reading

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is enum class in c++?

710


If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?

1007


What is virtual base class?

573


Do vectors start at 0?

596


What is the difference between containment and delegation?

704






What is stoi in c++?

702


Comment on local and global scope of a variable.

585


Write about the role of c++ in the tradeoff of safety vs. Usability?

596


Explain selection sorting?

638


Differences between private, protected and public and give examples.

577


What is object in c++ example?

626


what kind of projects are suitable for c and c++

629


What is the use of function pointer?

577


What new()is different from malloc()?

569


What problems might the following macro bring to the application?

622