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

explain the reference variable in c++?

575


What is constructor in C++?

628


Define private, protected and public access control.

607


What is searching?

653


How to implement is-a and has-a class relationships?

587






What is else syntax in c++?

640


the maximum length of a character constant can be a) 2 b) 1 c) 8

602


What is late binding c++?

541


What does scope resolution operator do?

597


What are member functions used in c++?

558


Why is null pointer used?

680


Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?

637


What is diamond problem in c++?

540


What are the rules for naming an identifier?

561


Which one is a preferred language C or C++? Why?

618