Senior .Net Developer Question:

Tell us what is a sealed class?

Senior .Net Developer Interview Question
Senior .Net Developer Interview Question

Answer:

It is a class that is not inheritable. A sealed class comes in use for a super specialized class, by design, and prevents modification by overwriting.


Previous QuestionNext Question
Please explain what is Reflection and what is it for?Tell us what is the Native Image Generator?