class is having only Two access Modifiers
1. default (neet not to write)
2. Public
any other access modifiers are not allowed with classes.
1. default (neet not to write)
2. Public
any other access modifiers are not allowed with classes.
Comment