Questions tagged [static]
70 questions
5
votes
3 answers
Why static methods can't call non-static methods directly?
I don't understand why most programming language don't allow developers/users to call non-static method from static method directly? What is the reason behind it?
p.s. I know, you can create object and call non-static method from static method.

Abhishek
- 169