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 does assert() do in c#?
what is .NET framework architecture ??
What is a clr (common language runtime)?
Why do we use delegates in c#?
Does the variables of a private class-level inherited?
How do I move from one form to another in c#?
What is namespace give the example?
How many bytes is an int?
How many digits is a 32 bit number?
Can we instantiate abstract class in c#?
How many types of serialization are there in c#?
How do I create a dbml file?
Difference between call by value and call by reference in C#?
What is managed or unmanaged code?
Explain the difference between user control and custom control. Also, explain their use.