How to make a class non-inheritable other than sealed?
Answer Posted / divya
if we use private constructor we cant make an instance of the class, but still we can inherit it
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
Is c# a backend language?
What is the purpose of dictionary in c#?
What is the difference between array and list in c#?
What is object array in c#?
Can you create partial delegates and enumerations?
What Happens In Memory When You Box And Unbox A Value-type?
What is thread and explain states of a thread in c#?
Wht executescaler method is used?
What is the interface in c#?
What is concrete method in c#?
What is a delegate how is it type safe?
What is a data set in c#?
What is thread in c#?
Why to use “finally” block in c#?
Explain about ODP.net