What is a class variable in java
Answers
Answered by
0
Explanation:
In object-oriented programming with classes, a class variable is any variable declared with the static modifier of which a single copy exists, regardless of how many instances of the class exist. Note that in Java, the terms "field" and "variable" are used interchangeably for member variable.
please follow
Similar questions