What C# keyword class access modifier specifies that the
class is concrete and CANNOT be derived from?
Answer Posted / abc
sealed keyword is not used because it's used to stop from
inheritance in c#
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which config file has all the supported channels/protocol?
What do you mean by jagged array?
What are the variables in c#?
Can enum be null c#?
What you mean by delegate in c#?
What is a nullreferenceexception and how do I fix it?
What is lock statement in C#?
What is cli in c#?
What are the basics of c#?
Explain how do you directly call a native function exported from a dll?
Explain the security with aop?
What is use of singleton class in c#?
how to stored and retrive video in Sql server using asp.net c#......?
Explain the different types of delegates used in c#.
How do destructors and garbage collection work in c#?