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
This question is part of this quiz :
Python OOPs quiz