ICSE Class 10 Computer Applications Question 4 of 30

Solved Sample Paper 3 — Question 4

Back to all questions
4
Question

Question 1(iv)

Object oriented programming mainly uses

  1. top down approach
  2. top down and bottom up approach
  3. bottom up approach
  4. None of the above
Answer

bottom up approach

Reason — Object Oriented Programming follows bottom-up approach because in OOP we first identify the smallest parts of the program i.e. the objects. We then combine these objects to develop the complete program.