Class Variable - Nathan-Groves/2143-OOP-Groves GitHub Wiki
A variable within a class in which there is only one instance of, regardless of how many objects are made. Made using the static keyword.
A variable within a class in which there is only one instance of, regardless of how many objects are made. Made using the static keyword.