Correct Answer: that the class cannot be used for inheritance.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
C# Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More C# MCQ Questions
The manifest of a C# assembly contains...
Which of the following symbols is used to concatenate strings
Csharp provides a built in XML parser. What line is needed to use this feature?
Can you have a single Try clause with multiple catch clauses?
What would the following code snippet print out: string x = 'test'; string y = 'hello'; Console.WriteLine('{0}, this is a {1}', x, y);
What is a thread pool?
What function do namespaces perform?
How are C# classses limited?
What method correctly extends the string class?
When will the code inside finally block be executed in a try-catch statement?