What is Instance variable?

This is the variable which is declared within the class and outside of the method. Instance variable is created when an object is created with a keyword ‘new’ and destroyed when that object got destroyed