Multiple Choice
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 seal
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Suppose a Generic class called SortObjects is
Q16: Which of the following should be used
Q17: Exponential formatting character ('E' or 'e') converts
Q18: In C#, having unreachable code is always
Q19: C# treats the multiple catch statements like
Q21: In which of the following collections is
Q22: Which of the following should be used
Q23: In Microsoft Visual Studio, _ technology and
Q24: Which of the following statements are correct
Q25: Button class derives from<br>A)Checkbox<br>B)RadioButton<br>C)ButtonBase<br>D)None of the above