Can someone please tell me why a class and not an object can be used to access a variable declared in it's method? I know an object which is an instance variable can be used to access the variables and methods of it's class but using a class to do that directly is a bit confusing for me.(Here is a reference to what i mean: level 4 lesson 1: Apple.applePrice where Apple is a class)