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
Can I learn c++ without learning c?
We use library functions in the program, in what form they are provided to the program?
What do c++ programmers do?
Specify some guidelines that should be followed while overloading operators?
Difference between pointer to constant and constant pointer to a constant. Give example.
Write a struct time where integer m, h, s are its members?
Implement stack operations with pointers with appropriate exception checks.
What you know about structures in C++?
How do you master coding?
How can a called function determine the number of arguments that have been passed to it?
What are the data types in c++?
What are the two types of comments, and how do they differ?
What is cout flush?
Is there a sort function in c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).