Static - Nathan-Groves/2143-OOP-Groves GitHub Wiki
Used to set a variable or member function as static, denoting that an object's lifetime is the entire duration of the program, meaning it resides in the heap.
Used to set a variable or member function as static, denoting that an object's lifetime is the entire duration of the program, meaning it resides in the heap.