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 8 bit signed integer?
Name the property of the textbox which cannot be changed at runtime?
Is javascript harder than c#?
Is null == null c#?
What are "class access modifiers" in C#?
Can you have more than one namespace in c#?
Explain nullable types in c#?
What is gui in c#?
How can you access a private method of a class?
What is a verbatim string literal and why do we use it?
Are structs value types or reference types?
What does int32 mean?
what is the purpose of using statement in c#
What do you mean by jagged arrays in c#?
Why linq is having select clause at the end?