I'm not what type of variable to use to achieve my desired result.
What I want is a variable that can be initialized differently in each instantiation of the class but cannot be reassigned another value after it has been initialized. In essence, I want a final-like variable whose value can differ between object of a given class.