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

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

2064


What is the use of :: operator in c++?

593


What does the ios::ate argument do?

659


State two differences between C and C++.

604


Difference between overloaded functions and overridden functions

574






Can recursive program be written in C++?

629


Why do we use double in c++?

594


What is the advantage of c++ over c?

554


What is the difference between *p++ and (*p)++ ?

772


What does new return if there is insufficient memory to make your new object?

580


What is a breakpoint?

557


What is a unnitialised pointer?

527


What is main function in c++ with example?

559


Which of the following is evaluated first: a) && b) || c) !

1799


Implement stack operations with pointers with appropriate exception checks.

565