Select from following answers:- public
- private
- internal

- protected
- All Above
By default if no modifier is defined, Internal is the default class modifier that means this class will only be visible in the current assembly.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator