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
How a modifier is similar to mutator?
List the advantages of inheritance.
What is a .h file c++?
What are shallow and deep copy?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
If dog is a friend of boy, is boy a friend of dog?
What is object oriented programming (oop)?
What are pointer-to-members? Explain.
Discussion on error handling of C++ .
Can comments be nested?
What is nested class in c++?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What is operator overloading in c++ example?
What is a multiset c++?
Which ide is best for c++?