What are instance variables?

Hi,

What are instance variables?

thanks

View Answers

April 10, 2013 at 5:54 PM

Hi,

Each object of the class has its own set of values for these non-static variables so we can say that these are related to objects (instances of the class).Hence these variables are also known as instance variables. These variables take default values if not initialized.

Thanks,









Related Tutorials/Questions & Answers:
Advertisements