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


Please Help Members By Posting Answers For Below Questions

What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.

560


Explain what you mean by a pointer.

624


What is the history of c++?

555


Write a short code using c++ to print out all odd number from 1 to 100 using a for loop

584


What is vector processing?

664






How can you specify a class in C++?

793


What is decltype c++?

555


What is the real purpose of class – to export data?

613


What are default parameters? How are they evaluated in c++ function?

663


What is stl containers in c++?

583


What is buffering in c++?

580


Define what is constructor?

580


what do you mean by volatile variable?

582


How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

637


Which of the following is evaluated first: a) && b) || c) !

1801