Computer Science, asked by TbiaSamishta, 1 year ago

In Object-oriented methodology, the focus is on which of the following entities ?(a) Data (b) Functions (c) Objects (d) All of the above

Answers

Answered by vaibhavkr4337
7
Answer is (d) All of the Above.
An object oriented programming language is highly concerned with the use of these all entities.


HOPE MY ANSWER HELPS :)
Answered by Secondman
6

" Option (c) Objects.

  In Object-oriented methodology the focus is on objects. In OOP, objects are considered as an instance of the class. And these objects can have different state and behavior.

   And the class can be considered as the blueprint of this state and behavior. These objects know how to interact with the elements in the program and perform certain actions to produce desired results.

"

Similar questions