How to make a class non-inheritable other than sealed?
Answer Posted / avinash
Use static class,static class make a class non inheritable
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
Is php better than c#?
How can I produce an assembly?
What is multicast delegate explain with example?
Explain the difference between Response.Write () and Response.Output.Write ().
Write down the c# syntax to catch an exception
Why do we need indexers in c#?
What is the difference between dispose() and finalize() methods in c#?
How would you describe encapsulation in c#?
What Is A Multicast Delegate?
Explain different properties of object oriented systems.
Do vs while c#?
Is c# different than c++?
What is the use of return in c#?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
Can firstordefault return null?