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 / reejusri

These are two design approaches, which can be explained as:
You can imagine a tree like structure , in which when you
are following top-down appoarch you move from root node to
leaf node and when you follow bottom-up apprach you follow
leaf node to root node.

Top-down approach:
In this an overview of the system is first formulated,
specifying but not detailing any first-level subsystems.
Each subsystem is then refined in yet greater detail,
sometimes in many additional subsystem levels, until the
entire specification is reduced to base elements.

Bottom-up approach:
In this approach the individual base elements of the system
are first specified in great detail. These elements are
then linked together to form larger subsystems, which then
in turn are linked, sometimes in many levels, until a
complete top-level system is formed.

Is This Answer Correct ?    248 Yes 62 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain bubble sorting.

1142


Difference between strdup and strcpy?

1251


What is the difference between passing by reference and passing a reference?

1132


Explain how a pointer to function can be declared in C++?

1104


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

1107


What is the difference between mutex and binary semaphore?

1292


What are the various access specifiers in c++?

1084


What are the extraction and insertion operators in c++? Explain with examples.

1252


What is the disadvantage of using a macro?

1173


Describe the role of the c++ in the tradeoff of safety vs. Usability?

1272


What is copy constructor? Can we make copy constructor private in c++?

1123


Write a program to show polymorphism in C++?

1200


If there are two catch statements, one for base and one for derived, which should come first?

1078


What is abstract class in c++?

1134


Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

1497