Can you access an instance variable from a static method? Explain why or why not. Can you access a static variable from an instance method? Explain why or why not. Consider the case where you have two classes, ClassA and ClassB, such that ClassA contains a member variable defined as […]