How are Data and functions organized in oops
Answers
Answered by
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