C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 19)
19.
Which of the following approach is adapted by C++?
Top-down
Bottom-up
Right-left
Left-right
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
27 comments Page 3 of 3.

Chaitra said:   1 decade ago
Can anyone give example (i. E program) for both top-down and bottom-up approaches?

Archana said:   1 decade ago
If the main function is defined first in c++ then what action will takes place?

U.B.Somasekar said:   1 decade ago
Always the class should under the global region. i.e.above main.

Shrondi said:   1 decade ago
Can anyone explain properly. Thats how its work in C++ and C?

Saurabh said:   10 years ago
So, java and c# both follow bottom up approach, right?

Rock said:   1 decade ago
Can some tell clearly what TOP DOWN, BOTTOM UP means ?

Veerendra said:   1 decade ago
Why can't we write main function at the top?


Post your comments here:

Your comments will be displayed after verification.