What C# keyword class access modifier specifies that the
class is concrete and CANNOT be derived from?
Answer Posted / mahei
sealed class
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is boxing & unboxing?
Explain how do I get deterministic finalization in c#?
What is the difference between wrapper class and primitive?
Is it good to use var in c#?
Explain the difference between the system.array.copyto() and system.array.clone()?
What is the purpose of ienumerable in c#?
What is function and method in c#?
What basic steps are needed to display a simple report in crystal?
Can you create an instance of a static class?
What are the two kinds of properties in c#.
What is the difference between const and readonly in c#.net?
Who is a accessibility modifier “protected internal†available to ?
Where static variables are stored?
can multiple catch blocks be executed for a single try statement?
How do you concatenate in c#?