How are data and functions organized in an object oriented
program
Answers
Answered by
2
Answer:
The short answer is that OOP languages involve using a series of classes to keep data and functions organized. Every class will contain variables and functions specific to that class that are called from elsewhere in the program where that class is used.
Similar questions