Computer Applications

In object oriented programming, the emphasis is laid on:

  1. procedure
  2. methods
  3. class
  4. data

OOP Intro Java

397 Likes

Answer

data

Reason — In Object Oriented Programming, the stress is put on the data values rather than functions.

Answered By

118 Likes


Related Questions