What C# keyword class access modifier specifies that the
class is concrete and CANNOT be derived from?
Answer Posted / vijay rana
by keyword sealed
| Is This Answer Correct ? | 28 Yes | 2 No |
Post New Answer View All Answers
What is difference between float and integer?
Why do we use hashtable in c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What does namespace mean?
What are sessions in c#?
what is the difference between convert.tostring() and tostring() functions ?
What is attribute and reflection in c#?
What is the difference between == and object.equals?
What Is A Multicast Delegate?
What are the uses of delegates in c#?
Where is c# compiler located?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
What is Implicit conversion in C#?
Which is faster list or dictionary in c#?
How do switch statements work?