+ 1
Classes
This isn’t really a question, but just to make sure, to call a method in a class, would you do the same thing? Or would you state the class first or something?
2 Respuestas
+ 1
You have to state the class first.
Also you have to create a instance of the class.
Have a look at this code.
https://code.sololearn.com/cvksu1vxijzh
0
Thanks!