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 are libraries in c++?
What is a singleton c++?
Define the operators that can be used with a pointer.
Do you need a main function in c++?
Will this c++ program execute or not?
Can malloc be used in c++?
Show the declaration for a static function pointer.
Can you explicitly call a destructor on a local variable?
Write about the various sections of the executable image?
List the types of polymorphism in c++?
What is name hiding in c++?
Which format specifier is used for printing a pointer value?
We use library functions in the program, in what form they are provided to the program?
What is polymorphism & list its types in c++?
Explain what are single and multiple inheritances in c++?