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
What is general format for a prototype?
Is c++ used anymore?
Which sort does c++ use?
What is meant by forward referencing and when should it be used?
Define a pdb file.
What language does google use?
What does it mean to declare a member variable as static?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
In a function declaration, what does extern mean?
What is data type in c++?
Is c++ a pure oop language?
What you know about structures in C++?
What is the difference between a definition and a declaration?
What are the extraction and insertion operators in c++?
Is c++ pass by reference or value?