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
Are strings mutable in c++?
What is c++ namespace?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Is map sorted c++?
What are namespaces in c++?
What is the full form of india?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Why is null pointer used?
What is function overloading in C++?
What's the hardest coding language?
Difference between pointer to constant and constant pointer to a constant. Give example.
By using c++ with an example describe linked list?
Can we define function inside main in c++?
Explain unexpected() function?