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
Explain about vectors in c ++?
Which software is used to run c++ program?
What is math h in c++?
When is dynamic checking necessary?
How const int *ourpointer differs from int const *ourpointer?
What is the purpose of ios::basefield in the following statement?
Can I uninstall microsoft c++ redistributable?
What are keywords in c++?
What is void pointer in c++ with example?
Is it possible to use a new for the reallocation of pointers ?
What is c++ vb?
What c++ is used for?
Why is c++ called oops?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is the use of volatile variable?