Computer Science, asked by kritagyasuryarock999, 3 months ago

How are data and functions organized in an object oriented
program

Answers

Answered by Prashansatyagi
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