Answer Posted / aa
make the class sealed
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is the purpose of a namespace?
What is keywords in c#?
Is 0 an unsigned integer?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
Are structs value types c#?
Do loops in c#?
How do I simulate optional parameters to com calls?
What are delegates in C#?
What is default method in c#?
What is difference between ilist and list in c#?
In which format you can pass the value in the sleep function?
Can we have multiple constructors in a class c#?
Can an array be null c#?
Are there functions in c#?
Is it possible to have a static indexer in c#? Allowed in c#.