Data-Structures
August 23, 2024OOPS
August 23, 2024OOPS
Question 12 |
Which of the following approach is generally adopted by C++ programming.
Top-down | |
Bottom-up | |
Right-left | |
Left-right |
Question 12 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 12 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.
Subscribe
Login
0 Comments