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

Answer Posted / venkateswarlu p

Top down design is begins the design with the main module or
top-level module, and progresses downward to the lowest
level modules or subsystems.

Bottom up just opposite to that i.e design with sub modules
or lowest level modules to main module.

Is This Answer Correct ?    25 Yes 38 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the history of c++?

561


Why namespace is used in c++?

607


Can malloc be used in c++?

572


Is vector a class in c++?

598


What is dynamic and static typing?

679






Will the following program execute?

563


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

665


What is ifstream c++?

565


What does scope resolution operator do?

605


Why #include is used?

619


What is a dynamic binding in c++?

538


Can c++ do everything c can?

607


Why was c++ made?

654


Can I create my own functions in c++?

605


What does namespace mean in c++?

557