Answer Posted / vijay rana
if we want to prevent a class to be inherited then we use
the keyword sealed,
means this class will not be inherited now
| Is This Answer Correct ? | 117 Yes | 12 No |
Post New Answer View All Answers
What happens if a static constructor throws an exception?
What is difference between override and new in c#?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
What can you do as a .net developer?
What is console used for?
Why main method is static in c#?
What is console application with example?
What is the difference between abstract and virtual?
How C# 4.0 supports dynamic programming language?
What is hashtable in c# net with example?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
What is the difference between dispose() and finalize() methods in c#?
What is ac callback?
Do extension methods have to be static?
What are the features of c#?