Beginner
Object-Oriented Programming Concepts
Q8 / 100
What is the term for a variable that belongs to an object (an instance of a class)?
Correct! Well done.
Incorrect.
The correct answer is C) Instance variable (attribute)
C
Correct Answer
Instance variable (attribute)
Explanation
Instance variables hold data unique to each object; each object has its own copy, separate from other instances.
Progress
8/100