What is static variable

Showing Answers 1 - 1 of 1 Answers

nidhi j

  • Jul 11th, 2005
 

static variables are class variables. static variables is for all instances of a class. It is not like as other variables as every instance has pwmn copy for variable. static variable is shared among all instances of class

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions