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
How can you read 3rd line from a text file?
What is string [] args in c#?
update data in an xml file which resides in solution itself, using silverlight 4.0
What is boxing? Explain its functionality?
What is the difference between User controls and Custom Controls?
What is a console application in c#?
Why abstract class can not be instantiated?
Why do we need indexer in c#?
What is a cshtml file?
What is argument in c#?
What is response redirect in c#?
what is the syntax to inherit from a class in c#?
Why delegates are type safe?
What is instantiating a class in c#?
Is it possible to have a static indexer in c#?