94.1k views
3 votes
An object's ________________ are the values it stores internally, representing its state. A) Attributes B) Methods C) Inheritance D) Interfaces

1 Answer

2 votes

Answer: A) Attributes

An object's attributes are the values it stores internally, representing its state. Attributes are also sometimes referred to as properties or instance variables. They hold the data that characterizes the object and defines its current state.

User Qqtf
by
8.2k points