Difference between Top down and bottom up approaches for a
given project ?
Answer Posted / prakash kumar mishra
Pops are considered as a top down approach because first of
all we think about what are functions required. Example of
planning. And then implementation part is done. Where as in
oops first we make small module and latter we link each
other. Example for making a building we make all the
required instrument or relevant module like piller,rod then
the work is being done.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are keywords in c++?
What is boyce codd normal form in c++?
What are put and get pointers?
What is virtual table?
What is the difference between the indirection operator and the address of oper-ator?
How would you use qsort() function to sort an array of structures?
What is size_type?
Should the member functions which are made public in the base class be hidden?
What is pointer to member?
Is there a sort function in c++?
Explain bubble sorting.
What is the size of integer variable?
What is the most common mistake on c++ and oo projects?
What is the copy-and-swap idiom?
How do we balance an AVL Tree in C++?