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

Why c++ is called oop?

593


Explain object slicing in c++?

585


When should overload new operator on a global basis or a class basis?

608


the maximum length of a character constant can be a) 2 b) 1 c) 8

600


What new()is different from malloc()?

567






What is a modifier in c++?

628


What is the use of class in c++?

563


Which is best ide for c++?

562


What is vector processing?

662


Can static member variables be private?

624


What is void pointer in c++ with example?

590


What are the different types of polymorphism in c++?

585


Is c++ double?

557


Can a program run without main?

622


What is stream and its types in c++?

552