Computer Science, asked by chaya3901, 1 year ago

Attributes are assigned value select one:

a. when classes are identified

b. when instances of objects are defined

c. when operations are performed on an object

d. when methods are invoked

Answers

Answered by vaibhavbaslas
5
the answer to this is D
Answered by adventureisland
0

Option (B) is correct.

Attributes are assigned values when a case of objects is defined.

Attributes Vs Objects :

  • Attributes belong to a class's individual case. That is, the example characteristics for two separate cases are frequently different.
  • Attributes are qualities found in classes. There is a difference made between case and class attributes. Attributes are assigned values when a case of objects is defined.
  • Each object's case attributes are unique (an case is another name for an object). Any Dog object we build will be able to save its name and age in this location.

Similar questions