+ 1
How can I create multiple classes in this app?
No create another class options is found.
3 Answers
+ 11
You can put more than one class in one file here. You can't create a class in another file and access it.
+ 1
declare one public. and the rest do not declare public. just
class Name {
+ 1
ok