Multiple choice

____ property of the class specifies that another class cannot be derived from this type in common type system of .Net framework?

  1. Abstract

  2. Inherits

  3. Exported

  4. Sealed

  5. None of the above

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

This property ensures that the class can not be derived form the other class.