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
What is the use of seekg in c++?
What is type of 'this' pointer?
Is there a c++ certification?
What is a .h file c++?
Describe protected access specifiers?
What is the c++ code?
Is it possible to provide default values while overloading a binary operator?
Is c++ the hardest programming language?
what do you mean by volatile variable?
Is c++ pass by reference or value?
What is data abstraction? How is it different from data encapsulation?
What is the C-style character string?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Explain the difference between class and struct in c++?
How are virtual functions implemented in c++?