Tuesday, August 2, 2011

How to use one variable for all classes in java?

If you extend a class, then the variables and the methods can be used as long as they are not declared as private. The SAME variable or the SAME method without initializing or declaring it.

0 comments:

Post a Comment