Computer Science, asked by sujimanikk, 10 months ago

How are Data and functions organized in oops

Answers

Answered by saisridatha
0

Answer:

Explanation:

OOP programs are organized around objects, which contain data and functions that operate on that data. ... The object is an instance of a class. The major features of OOP are data abstraction, data encapsulation, inheritance and polymorphism.  "Encapsulation is accomplished by using Class

Similar questions