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 the usage of OLE?
What is object type in c#?
what are pointer types in c#
what is an event? Define delegate?
List the differences between method overriding and method overloading?
What is jagged array?
What is the use of properties window?
What is difference between ienumerable and iqueryable in c#?
Explain the use of SN.exe
What is data bind in c#?
What is a method c#?
Can arraylist store different data types in c#?
What is the difference between struct and class c#?
What is the difference between list and arraylist c#?
What is using keyword?