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
Why can’t you call invariants() as the first line of your constructor?
How many types of modularization are there in c++?
How can you differentiate between inheritance and implementation in c++?
What are the advantages of using friend classes?
Comment on c++ standard exceptions?
What is near, far and huge pointers? How many bytes are occupied by them?
Explain virtual class and friend class.
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What operator is used to access a struct through a pointer a) >> b) -> c) *
Which bitwise operator is used to check whether a particular bit is on or off?
What are the advantages of c++?
How many standards of c++ are there?
Why is standard template library used?
What are shallow and deep copy?
What is c++ namespace?