0
MyClass#,Myclass$,1MyClass, in these which of the invalid class name, give reason
2 odpowiedzi
+ 4
Always start the class name with capital letter (this is different from how the variables are named).
+ 1
Class name and id must not start with number and must not contain any special character.
Try a-z , A-Z, _ and number inbetween alphbate or last to alphbates