Multiple choice

Which of the property of the class indicates that whether a class is visible outside the assembly in which it is defined in common type system of .Net framework?

  1. Sealed

  2. Exported

  3. Inherits

  4. Abstract

  5. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This property checks that the class is visible outside the assembly in which it is defined.