Computer Science, asked by nousin377, 5 months ago

The values in the attributes of an object is called the ________ of an object

Answers

Answered by ishikaswain61
3

Answer:

I hope it's help you

Explanation:

The data values which we store inside an object are called attributes, and the functions which are associated with the object are called methods. We have already used the methods of some built-in objects, like strings and lists.

Answered by Tulsi4890
0

The values in the attributes of an object are called the properties/variables of an object.

  • Whenever we create any object in any programming language we do have the option to provide its attributes which can be thought of as data about that particular moment of an object.
  • For example, an object of class Student has attributes or variables as subjects, marks, school, teacher, etc.
  • And the value we provide while exemplifying the object i.e. the school name, subject name, etc will be data about the particular student or in this reference the variable of the object.
Similar questions