Question - What are class access modifiers?
Answer -
Keywords that are used to specify the declared accessibility of a member or a type is known as class access modifiers. The various types of class access modifiers are as follows:
- Public
- Private
- Protected
- Protected Internal
- Internal