How data and functions organaised in oop
Answers
Answered by
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
0
Data and function are organized in a class in oop, this method is called encapsulation.
Similar questions