1.

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

A. Declare the class as shadows.
B. Declare the class as overloads.
C. Declare the class as sealed.
D. Declare the class as suppress.
Answer» D. Declare the class as suppress.


Discussion

No Comment Found

Related MCQs