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 / rahul agrawal

Simplest and main difference is...this two are process of solving program........
So in top down it breaks the main program in sub programs then all the sub programs are being solved then after solving it merge them all in one function to provide exact output.....so 1st we have top as a main function ok...then we break it into sub function can be taken as down...so it approach as top to down...

In the same way in c++....program is already in sub functions....it directly solve this problems and merge them together for exact output....so what is happening here that Bottom as a sub function and Up as a merge function..so it approach as bottom to up.....
....Thanks 4 reading

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by inheritance in c++? Explain its types.

1203


What is the purpose of ios::basefield in the following statement?

1303


What is conditions when using boolean operators?

1308


How does the copy constructor differ from the assignment operator (=)?

1192


What does it mean to declare a member variable as static?

1117


Explain the difference between new() and malloc() in c++?

1175


When is the destructor called?

1082


Explain container class.

1305


Where must the declaration of a friend function appear?

1016


Show the declaration for a static function pointer.

1109


Describe private, protected and public – the differences and give examples.

1258


What are friend classes? What are advantages of using friend classes?

1139


Is sorted c++?

1163


What are multiple inheritances (virtual inheritance)?

1113


Write about an iterator class?

1130