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 a binary file? List the merits and demerits of the binary file usagein C++.
What are files in c++?
What is the difference between a type-specific template friend class and a general template friend class?
Which is better turbo c++ or dev c++?
What is the identity function in c++? How is it useful?
How the programmer of a class should decide whether to declare member function or a friend function?
What is the difference between prefix and postfix versions of operator++()?
Why can’t you call invariants() as the first line of your constructor?
Can char be a number c++?
How should runtime errors be handled in c++?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Explain operator overloading.
What is the basic of c++?
Can a program run without main?
Discussion on error handling of C++ .