Hi there,
Ok this is got to be SUCH a basic question but I’m new with OOP. Basically, if I define a variable in a class, how do I access that variable in a different class? Surely I don’t have to make an instance of that class in each class that wants to access the variable. Sorry but I’m a bit of a novice with design patterns