Difference between Top down and bottom up approaches for a
given project ?

Answer Posted / digvijay singh yadav

in top down approach every module don't have enough information regarding their task due to further explain at initial state so it require to be complete in next step.
while on the other hand in bottom up approach all module mostly have enough information and this module go to get abstraction

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are disadvantages of pointers?

553


What is stoi in c++?

682


What are the advantages of c++ over c?

565


What are the uses of static class data?

622


What do you mean by stack unwinding in c++?

703






What is the full name of logo?

576


What is fixed in c++?

573


What is meant by entry controlled loop?

644


What are the restrictions apply to constructors and destructors?

628


Is java the same as c++?

529


Can you explicitly call a destructor on a local variable?

585


What new()is different from malloc()?

556


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create

2053


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

809


Write a program in C++ for Fibonacci series

644