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
What is a try block?
What is a manipulative person?
Please explain class & object in c++?
What is the rule of three?
What is purpose of abstract class?
what are the iterator and generic algorithms.
Where and why do I have to put the "template" and "typename" keywords?
How did c++ start?
When should we use container classes instead of arrays?
Give an example of run-time polymorphism/virtual functions.
What are containers in c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What are stacks? Give an example where they are useful.
When should overload new operator on a global basis or a class basis?
Is c++ a low level language?