Difference between Top down and bottom up approaches for a
given project ?
Answer Posted / prakash kumar mishra
Pops are considered as a top down approach because first of
all we think about what are functions required. Example of
planning. And then implementation part is done. Where as in
oops first we make small module and latter we link each
other. Example for making a building we make all the
required instrument or relevant module like piller,rod then
the work is being done.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What programming language should I learn first?
What is binary search in c++?
what is a class? Explain with an example.
Explain rtti.
What is struct c++?
Is c++ a dying language?
What is the difference between strcpy() and strncpy()?
What is the latest c++ version?
What does obj stand for?
What are the various arithmetic operators in c++?
Why main function is special in c++?
Do the parentheses after the type name make a difference with new?
Which is the best c++ compiler for beginners?
What are the benefits of pointers?