Computer Science, asked by prameelamahesh1235, 8 months ago

What is a class variable in java

Answers

Answered by zack1706
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