Difference between Top down and bottom up approaches for a
given project ?
Answer Posted / shahidnx
First thing Top down and bottom up are designing approaches.
As simple, in top down approach,first we are designing the
main module(i.e main function) and in that we will decide
what all other modules to be include then we will design all
other sub modules..this approach is used C prog language.
In bottom up approach, just contrast to top down,first we
design all the sub modules related to application then we
design main module and in that we will decide what are the
modules to be include.. for ex: we can design any no of
classes and in main only required classes and their
functions can be used ...this approach is used in c++ ......
| Is This Answer Correct ? | 109 Yes | 12 No |
Post New Answer View All Answers
We use library functions in the program, in what form they are provided to the program?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
why is iostream::eof inside a loop condition considered wrong?
Explain terminate() and unexpected() function?
What is overloading unary operator?
Do class declarations end with a semicolon?
Is c++ free?
Who created c++?
What is a storage class used in c++?
What is #include cmath?
Are vectors faster than arrays?
What is class syntax c++?
What is bubble sort c++?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?