0
Myclass. obj; can we use other than "obj" when calling classes?
2 Answers
+ 7
Yes, you can.
Just like declaring any other variable, you can use valid terms which you prefer. The examples in the tutorials standardised to 'obj' for simple reference.
+ 1
@Hatsy Rei thanks very much :)