Quote Originally Posted by TimeStopper View Post
You could have a superclass with those variables that all your classes extend.

Or you could make them static variables, if you only need one set of those variables.
Yeah, superclass... I think that's what I need. (Syntax?)

This is where my intro class never finished. We started interfaces, but then the professor was all "Wait. That's not going to be on the exam. Let's talk more about exceptions instead."