The following code: is giving me this error: Any explanations, as to why this is happening, and guidance to how such a thing could be achieved? Answer This is because you are trying to access bar from the FooBar class rather than a FooBar instance. The FooBar class does not have any bar objects associated with it–bar is just an