Difference between Top down and bottom up approaches for a
given project ?
Answer Posted / justdance
top is on top while down is on top down like up and down ..
| Is This Answer Correct ? | 17 Yes | 72 No |
Post New Answer View All Answers
What is oops in c++?
Why main function is special in c++?
What does it mean to declare a destructor as static?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Which one between if-else and switch is more efficient?
What is c++ mutable?
Tell me what are static member functions?
Can member data be public?
Can you sort a set c++?
What are disadvantages of pointers?
Explain object slicing in c++?
How would you find out if a linked-list is a cycle or not?
How do you traverse a btree in backward in-order?
Can comments be nested?
What is the difference between map and hashmap in c++?