the only limitation that static methods have is: group of answer choices they must be declared as public methods they can refer to only non-static members of the class they cannot refer to non-static members of the class they can only be called from static members of the class