Search

What are instance variables ?



Variables that are defined at the class level are known as Instance variables. Instance
variables need not be initialized before using them as they are automatically initialized to their default values.