What is the difference between static and non-static variables

A static variable is associated with the class as a whole rather than with specific instancesof a class. Nonstaticvariables take on unique values with each object instance.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions