How can you prevent classes to be inherited?
Answer Posted / nitin kumar tomar
just make the class sealed like
sealed public class classname
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can abstract class have parameterized constructor?
What is .dbml file?
What is cli in c#?
Which is faster iqueryable or ienumerable?
Can I call a virtual method from a constructor/destructor?
Which controls do not have events?
What is console based application?
What is the boxing and unboxing in c#?
What are indexers in c# .net?
Explain types of comment in c# with examples
List some of the classes used by system.data namespace?
Can hashset contain duplicates c#?
Explain About delegates
What is the difference between C# 3.5 and C# 4.0?
What is the use of nullable types in c#?