How to make a class not inheritable other than sealed?
Answer Posted / bikas pandey
Declare The Class Modifier As Private
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can enum be null c#?
What are the types of class in c#?
Can you inherit from a static class in c#?
What is the property of a class in c#?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
What is boxing? Explain its functionality?
What is the purpose of constructor in c#?
When was .net linq added?
What is extended class in c#?
Why abstract class can not be instantiated?
What is a thread? What is multithreading?
Does c# replace c++?
What is lock statement in C#?
What is Co- and Contra-Variance in C#?
What is Implementation inheritance