Object oriented programming follows the _______ approach

Options
- top-down
- bottom-up
- left to right
- right to left


CORRECT ANSWER : bottom-up

Discussion Board
C++ - Classes and Objects

Object oriented programming follows the bottom-up approach. Bottom-up approach begins with low level design or development and ends with high level design. In bottom up approach, code is developed for modules and then these modules are integrated with main() function. C language program design is top down approach whereas C++ is using bottom up approach.

Prajakta Pandit 01-26-2017 11:29 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement