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

Q

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

✍: Guest

A

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.

2012-12-25, 1934👍, 0💬