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
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
Is c# a technology?
What is the difference between Static, Const and read only?
What is difference between Enum and Struct?
Are c# tuples immutable?
Are c# objects passed by reference?
What is use of abstract class in c#?
How garbage collection deals with circular references.
What is an int c#?
What is a dynamic assembly?
Explain how do you debug an asp.net web application?
Can I do things in il that I can't do in c#?
What is a race condition?
What is difference between ienumerable and list in c#?
What are reflections in c#?