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

Const char *p , char const *p What is the difference between the above two?

656


Is it possible to write a c++ template to check for a function's existence?

574


Can I learn c++ without learning c?

561


Does c++ have finally?

565


What is pointer in c++ with example?

518






Who created c++?

572


What are the three forms of cin.get() and what are their differences?

626


What is the difference between structure and class?

552


What is the use of data hiding?

593


How does c++ structure differ from c++ class?

582


What is polymorphism & list its types in c++?

618


What is a v-table?

644


What is encapsulation in C++? Give an example.

582


Is c++ vector dynamic?

572


If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?

546