1.

What is a Instance Variable?

Answer»

Instance variables are variables within a class but outside any method. These variables are instantiated when the class is loaded.



Discussion

No Comment Found