a) Which of the following approach is adapted by ‘C++?.
i) Top-down
ii) Bottom-up
iii) Right-left
iv) Left-right
Answers
Answered by
0
Answer:
bottom up
explanation:
Because main function define after define of class but compiling process start from main function. Invoking object call function from classes.
Similar questions