...
Data-Structures
August 23, 2024
OOPS
August 23, 2024
Data-Structures
August 23, 2024
OOPS
August 23, 2024

OOPS

Question 3
Which of the following approach is generally adopted by C++ programming.
A
Top-down
B
Bottom-up
C
Right-left
D
Left-right
Question 3 Explanation: 
Structure/procedure oriented programming languages like C programming language follows top down approach. Whereas object oriented programming languages like C++ and Java programming language follows bottom up approach.
Correct Answer: B
Question 3 Explanation: 
Structure/procedure oriented programming languages like C programming language follows top down approach. Whereas object oriented programming languages like C++ and Java programming language follows bottom up approach.

Leave a Reply

Your email address will not be published. Required fields are marked *