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 are c++ templates used for?
Which software is best for programming?
Explain the concept of friend function in c++?
Explain about vectors in c ++?
What is #include iostream h in c++?
Why is main an int?
What are protected members in c++?
Explain the difference between c & c++?
What is split a string in c++?
How const int *ourpointer differs from int const *ourpointer?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
What is a lambda function c++?
How to get the current position of the file pointer?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Explain differences between new() and delete()?