Python | OOPs quiz | Question 3

Last Updated :
Discuss
Comments

What is an instance variable in a class?

A variable shared among all instances of a class

A variable defined outside the class

A variable specific to an instance of a class

A variable used for method overloading

Share your thoughts in the comments