is it possible to inherit a class but methods declared in
the class should not be inheritable i possible how?
Answer Posted / arunkumar
s it is possible by doing Sealed keyword to the method in
first class
Is This Answer Correct ? | 21 Yes | 8 No |
Post New Answer View All Answers
What are destructors in C#?
What is use of FormBoarderStyle Propertie
Why do we use yield in c#?
Explain when should you call the garbage collector in .net?
What are escape sequences explain with example?
What is data type c#?
Can I fly with a loop recorder?
Explain Direct CAST vs CType ?
Define Abstract Class in C#
What is the benefit of interface in c#?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
What is the difference between final finally and finalize in c#?
what is an event? Define delegate?
What are the advantages of interface in c#?
Is c# substring zero based?