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
Is python better than c++?
Can java be faster than c++?
Is swift faster than go?
How to declare an array of pointers to integer?
Write a function to find the nth item from the end of a linked list in a single pass.
What is difference between c++ and c ++ 14?
Is c++ built on c?
When is dynamic checking necessary?
Write a program to concatenate two strings.
What is c++ redistributable?
Difference between overloading vs. Overriding
What does int * mean in c++?
What is the disadvantage of using a macro?
What will happen if a pointer is deleted twice?
What is purpose of abstract class?