Advertisements
Advertisements
Question
A class object is also known as:
Options
Identifier
Instance variable
Specifier
Modifier
MCQ
Solution
Instance variable
Explanation:
A class object is an instance of a class. When a class is instantiated (i.e., an object is produced), it has instance variables that store data unique to that object. Each object formed from a class has its own set of instance variables.
shaalaa.com
Is there an error in this question or solution?