asked 55.1k views
2 votes
​Object-oriented modeling is based on the​ object, which combines​ ________ .

A. data and processes
B. processes and​ trade-offs
C. data and priorities
D. classes and facts
E. programming and classes

asked
User Lyomi
by
7.5k points

2 Answers

2 votes
a is correct, hope this helps:)
answered
User BHS
by
8.0k points
2 votes

Answer:

A. data and processes

Step-by-step explanation:

In object-oriented modeling, objects are designed to encapsulate both data and the operations that can be performed on that data. This approach promotes modular and reusable code by organizing related data and behaviors into self-contained objects. By combining data and processes, object-oriented modeling enables developers to create models that closely mirror real-world entities or abstract concepts, resulting in more flexible and maintainable software systems.

answered
User Malcor
by
7.9k points