what is difference between Class variables and Instance variables?




Class Variable in Java

In Java Variables are of many types
out of that these are two

Class Variable

As you told about class variables they can be used any where in that
class
but, as java is an object oriented so the variables can be used in
other classes by creating objects

thank you
Benoy

.



Relevant Pages


Loading