Wednesday, August 3, 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.

No comments:

Post a Comment