KnowledgeBoat Logo
|

Computer Applications

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

OOP Intro Java

11 Likes

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.

Answered By

5 Likes


Related Questions