Computer Science, asked by bhargavichitneni2505, 1 year ago

How data and functions organaised in oop

Answers

Answered by RAX1234
0
OOP programs are organizedaround objects, which containdata and functions that operate on that data. ... The object is an instance of a class. The major features of OOP are dataabstraction, data encapsulation, inheritance and polymorphism.  "Encapsulation is accomplished by using Class.
Answered by humayunkobirice
0

Data and function are organized in a class in oop, this method is called encapsulation.

Similar questions