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
Can we create instance of private class in c#?
what is an event? Define delegate?
Define using statement in c#?
Differentiate between the public and private ?
What is xml c#?
How is a string immutable?
Can enum be null c#?
To whom a method is accesssed if it is marked as protected internal ?
Why ienumerable is used in c#?
When To use HashTable In C#
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
Can we inherit private members of class in c#?
What is the use of partial methods?
How to use delegates with events?
Explain About namespaces