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
How would you obtain segment and offset addresses from a far address of a memory location?
Why do we use string in c++?
What is overloading unary operator?
How do you decide which integer type to use?
Which software is best for c++ programming?
Why do we need pointers?
What are references in c++?
What is array give example?
What are the advantages of using a pointer?
What parameter does the constructor to an ofstream object take?
When is the destructor called?
What is difference between class and structure in c++?
What is bubble sort c++?
Does c++ vector allocate memory?
Is c++ proprietary?