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
- top down approach
- top down and bottom up approach
- bottom up approach
- None of the above
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.