Difference between Top down and bottom up approaches for a
given project ?
Answer Posted / manish
top to down approach :-c
button to up approach :-c++
Top down design, on the other hand, begins the design with
the main or top-level module, and progresses downward to the
lowest level modules or subsystems.
Real life sometimes is a combination of top down design and
bottom up design. For instance, data modeling sessions tend
to be iterative, bouncing back and forth between top down
and bottom up modes, as the need arises.
| Is This Answer Correct ? | 45 Yes | 29 No |
Post New Answer View All Answers
When do we run a shell in the unix system? How will you tell which shell you are running?
What is the use of :: operator in c++?
What is scope in c++ with example?
What is the difference between method overloading and method overriding in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
What is do..while loops structure?
What do you mean by function pointer?
How does c++ sort work?
Can a class be static in c++?
What do you mean by volatile and mutable keywords used in c++?
What is const pointer and const reference?
When do you call copy constructors?
Is there finally in c++?
What are the advantages of using pointers in a program?
What is the basic structure of a c++ program?