📚 Practice Mode

Visual C# Programming

Learn at your own pace with hints and detailed explanations

1 / 25
Multiple Choice

How can we prevent a class from being inherited?

  1. Declare the class as final.
  2. Declare the class as shadows.
  3. Declare the class as sealed.
  4. Declare the class as overrides.
  5. Declare the class as abstract.