0
Can I use "this" to call a private method from a method of the SAME class?
Can I use "this" to call a private method of a class from another method of the SAME class??
2 ответов
+ 1
yes you can!
0
Just to be sure. A method in a class can call a method in the same class without referring to an object, is it right?