InterviewSolution
Saved Bookmarks
| 1. |
What Is A Class Variable? |
|
Answer» These are variables declared with in a class, OUTSIDE any METHOD, with the static KEYWORD. These are variables declared with in a class, outside any method, with the static keyword. |
|