The compiler does not let a static method call a non static method. I understand it does this because a not static method usually ends up using an instance variable.The compiler does not let a static method call
The compiler does not let a static method call a non static method. I understand it does this because a not static method usually ends up using an instance variable.The compiler does not let a static method call