asked 55.4k views
5 votes
____ variables are variables that are shared by every instantiation of a class. local instance

1 Answer

6 votes

These are known as class variables, so called because of the property mentioned.

answered
User Offset
by
7.4k points