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

Answer Posted / shahidnx

First thing Top down and bottom up are designing approaches.
As simple, in top down approach,first we are designing the
main module(i.e main function) and in that we will decide
what all other modules to be include then we will design all
other sub modules..this approach is used C prog language.

In bottom up approach, just contrast to top down,first we
design all the sub modules related to application then we
design main module and in that we will decide what are the
modules to be include.. for ex: we can design any no of
classes and in main only required classes and their
functions can be used ...this approach is used in c++ ......

Is This Answer Correct ?    109 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does dev c++ support c++ 11?

535


What is the difference between #define debug 0 and #undef debug?

632


Define basic type of variable used for a different condition in C++?

650


How much do coding jobs pay?

538


Which is the best c++ compiler?

577






Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..

3342


Is set c++?

559


How can virtual functions in c++ be implemented?

597


Do vectors start at 0?

584


What is doubly linked list in c++?

617


Is swift a good first language?

575


What does it mean to declare a member variable as static?

598


What is a syntax in c++?

597


Why use of template is better than a base class?

633


When one must use recursion function? Mention what happens when recursion functions are declared inline?

635