Programming Languages C# Objective
Mar 06, 2013

How can you prevent inheritance from a class in C#.NET ?

Choose the correct answer:
A) Declare the class as shadows.
B) Declare the class as overloads.
C) Declare the class as sealed.
D) Declare the class as suppress.
Detailed Explanation

Option C is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback