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

Answer Posted / manish

top to down approach :-c
button to up approach :-c++
Top down design, on the other hand, begins the design with
the main or top-level module, and progresses downward to the
lowest level modules or subsystems.

Real life sometimes is a combination of top down design and
bottom up design. For instance, data modeling sessions tend
to be iterative, bouncing back and forth between top down
and bottom up modes, as the need arises.

Is This Answer Correct ?    45 Yes 29 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain bubble sorting.

620


What is the purpose of template?

600


How the virtual functions maintain the call up?

599


Explain the isa and hasa class relationships. How would you implement each?

599


What is private, public and protected inheritance?

581






What is java and c++?

654


What is a vector c++?

545


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

629


What does std :: flush do?

677


What are the various situations where a copy constructor is invoked?

597


Why iomanip is used in c++?

632


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

566


What does return 0 do in c++?

570


What are the restrictions apply to constructors and destructors?

633


What is the default access level?

611