0
Can we name the class with any name?
for example class print{} like this
1 Answer
+ 3
You can name your class with any identifier which is not a reserved keyword, as long as the naming rules (doesn't start with a digit, contains no invalid symbols/tokens) are not violated.



