Difference between Top down and bottom up approaches for a
given project ?
Answer Posted / bintu
Top-down approach:-
In an over view of system is formulated specifying but not
detailing subsystems.Each subsystem is then refined in yet
greater detail,untill the entire specification is reduced to
base elements.
Bottom-up approach:-
The individual base elements of system are specifies in
great details.These elements are linked together to form
larger subsystems;untill a complete top-level system is formed.
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
What is the iunknown interface?
What is the use of lambda in c++?
Why should we use null or zero in a program?
When is the copy constructor called?
When can I use a forward declaration?
What is else syntax in c++?
What is the identity function in c++? How is it useful?
What is microsoft c++ redistributable 2013?
What is ifstream c++?
What does ios :: app do in c++?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is this pointer in c++?
What are maps in c++?
What will happen if a pointer is deleted twice?
what is data encapsulation in C++?