#Syntax Error
14 messages · Page 1 of 1 (latest)
if you want to call a static method, it's ClassName.methodName(parameters)
If you want to call a non-static method, it's objectName.methodName(parameters)
not with the class name
14 messages · Page 1 of 1 (latest)
Please tell me how to fix this error.
if you want to call a static method, it's ClassName.methodName(parameters)
If you want to call a non-static method, it's objectName.methodName(parameters)
not with the class name