I know we cant use “this” inside a static method, because this is used to point to an object and static methods are called by classes and not objects.
Is there something else you cant use inside a static method?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you may not use instance members without an instance … but that’s basically what you already mentioned …