I know that you should make a public method static if you need to access it without creating an Object of that class.
But what is the use of a priavte static method since you are not able to access it outside of the class?
I know that you should make a public method static if you need to access it without creating an Object of that class.
But what is the use of a priavte static method since you are not able to access it outside of the class?