variable of a class are called
Answers
Answered by
0
Answer:
please mark my answer as brilliant then only I can go to the next level please
Answered by
0
Answer:
Fields that have the static modifier in their declaration are called static fields or class variables. They are associated with the class, rather than with any object. Every instance of the class shares a class variable, which is in one fixed location in memory.
Similar questions