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
Could you explain the difference between func vs action vs predicate?
How does aspect oriented programming work?
What is console used for?
explain the nature of the assembly work?
Why dictionary is used in c#?
Is datetime a value type in c#?
What is monitor in C#?
What is escape character in c#?
Is a structure a class?
Is collection a data structure?
Why var is used in c#?
Is list passed by reference c#?
Why static variables are used?
What is a jagged array?
What is the use of functional interface?