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
What is the difference between method parameters and method arguments. Give an example?
List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.
List the fundamental oop concepts?
What is semaphore in c#?
How do I move from one form to another in c#?
What is callback delegate in c#?
How do partial classes work in c#?
Define mutex in C#?
What is strong name assembly?
Write a program to find the angle between the hours and minutes in a clock
What is the implicit name of the parameter that gets passed into the class set method?
Why do we need to call CG.SupressFinalize?
what are the contents of an assembly ?
What is multithreading with .net?
Why delegates are type safe in c#?