+ 2
Creating classes
I have a question. You can't make new classes within Code Playground, correct? It would be a bit of a pain to have to use Eclispe every time instead of just using the app, but I own Eclipse, so it would be doable. I am just wanting to make sure I understand it correctly that you cannot make classes.
3 Respostas
+ 18
Actually, you can make as many classes you want
Take a look at how this code uses classes:
https://code.sololearn.com/ca5gvvYuPp88/?ref=app
+ 16
No problem
+ 2
Oh, I see. The way it was put made it seem like you needed to click on 'source' to be able to make a new class. I didn't think you could do it manually. Thanks for the quick answer!