QUESTION IMAGE
Question
question 11
2 pts
object - oriented ______ are defined by the information (data) and the actions (methods) associated with them.
blocks
classes
units
fields
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
B. classes