Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 11 2 pts object - oriented ______ are defined by the informati…

Question

question 11
2 pts
object - oriented ______ are defined by the information (data) and the actions (methods) associated with them.
blocks
classes
units
fields

Explanation:

Brief Explanations

In object - oriented programming, classes are structures that encapsulate data (attributes) and the methods (functions) that operate on that data. Blocks are not a standard term in this context for this kind of encapsulation. Units is too general. Fields usually refer to individual data elements within a class or a data structure.

Answer:

B. classes