Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Are strings mutable in c++?

1084


What is c++ namespace?

1142


Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

1191


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

1057


Is map sorted c++?

939


What are namespaces in c++?

1021


What is the full form of india?

1027


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. --- │ │ │ │ │ │ ---

2046


Why is null pointer used?

1113


What is function overloading in C++?

1339


What's the hardest coding language?

945


Difference between pointer to constant and constant pointer to a constant. Give example.

1060


By using c++ with an example describe linked list?

977


Can we define function inside main in c++?

951


Explain unexpected() function?

1038