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 meant by entry controlled loop? What all C++ loops are exit controlled?
What is DlgProc?
Show the declaration for a static function pointer.
Why is c++ considered difficult?
What is the use of structure in c++?
What is a flag in c++?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What is a namespace in c++?
What is virtual base class?
How long will it take to learn programming?
Can I uninstall microsoft c++ redistributable?
Why c++ is created?
What is the c++ programming language used for?
Should the this pointer can be used in the constructor?
Write about c++ storage classes?