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
What are collections in c#?
Which is faster abstract class or interface in c#?
Can a loop recorder detect a heart attack?
Why is xml called extensible?
Is there any sample c# code for simple threading?
What is the difference between console application and windows application?
Is cli same as the clr?
What is tuple in c#?
Can the accessibility of a type member be greater than the accessibility of its containing type?
Can we create multiple constructors?
What is strong data type in c#?
Is equal in c#?
Explain the use of Mutex in C#?
How do you comment in c#?
What is collection class c#?