Advertisements
Advertisements
Question
In object oriented programming, the stress is given on:
Options
Procedure
Methods
Class
Data
MCQ
Solution
Data
Explanation:
The focus of object-oriented programming (OOP) is on data and how it can be manipulated using objects and classes. OOP organises program architecture around data (objects), not functions or procedures. The methods (functions) are secondary and are used to manipulate the data contained within objects.
shaalaa.com
Is there an error in this question or solution?