Thursday, February 12, 2009

What is the difference between a field variable and a local variable

Question :WhBoldat is the difference between a field variable and a local variable?
Answer :A field variable is a variable that is declared as a member of a class. A local variable is a variable that is declared local to a method.

No comments: