Which type of approach is used by the C++ language?
A) Bottom-up
B) Right to left
C) Top to bottom
D) Left to right
Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Answer: option A) Bottom-up
Individual components of the system are detailed in this design. The parts are linked together to form larger components, which are then linked together to make a complete system. A bottom-up technique is used in object-oriented languages like C++ and Java, where each object is recognized first.
Hence the option A) Bottom-up
Answer: A) Bottom-up
C++ uses the Bottom-up approach while other programming languages like C use the top-down approach.