How to make a class non-inheritable other than sealed?
Answer Posted / avinash
Use static class,static class make a class non inheritable
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is access modifier in c#?
how encapsulation is implemented in c#
Can an int be negative c#?
What are some of the commonly used commands in sqlcommand?
the c# keyword .int. Maps to which .net type?
Are c# strings null terminated?
How we convert private assembly into public assembly?
How do I declare inout arguments in c#?
What is the difference between ienumerable and icollection?
What is parallel programming in c#?
Why does dllimport not work for me?
What is difference between comparable and comparator?
Is array ienumerable c#?
What is #region in c#?
Explain the types of assemblies in .net?