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
Does c++ have arraylist?
Describe the setting up of my member functions to avoid overriding by the derived class?
What is c++ runtime?
Can non graphic characters be used and processed in C++?
What is the insertion operator and what does it do?
What is heap sort in c++?
Can you pass a vector to a function?
Explain the auto storage classes in c++.
What is rvalue?
Write a program in C++ for Fibonacci series
How is static data member similar to a global variable?
What is using namespace std in cpp?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Should the this pointer can be used in the constructor?