Answer Posted / sasi
A sealed class cannot be used as a base class. For this
reason, it cannot also be an abstract class.
| Is This Answer Correct ? | 83 Yes | 17 No |
Post New Answer View All Answers
Explain how do you convert a value-type to a reference-type?
Why do we need generics?
What is the difference between a method and a property?
What are the properties in c#?
What is main thread in c#?
What are "class access modifiers" in C#?
Is versioning applicable to private assemblies?
what is an event? Define delegate?
Can abstract class be sealed?
Are value types sealed?
What is the purpose of ienumerable in c#?
What is type class in c#?
What does break do in loop?
What is difference between ienumerable and iqueryable in c#?
What is a lambda expression in c#?