is it possible to inherit a class but methods declared in
the class should not be inheritable i possible how?
Answer Posted / bikas pandey
Let The Class To Public And The Method To Be Sealed
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is difference between events and delegates?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
What is a jagged array?
What framework is used for performance testing/load testing?
what class is underneath the sortedlist class?
What is a protected class in c#?
What is the use of 'as' Keyword in C# ?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Is c# an array?
What is the major difference between a custom control and user control?
What are modifiers in c#?
What is use of singleton class in c#?
What is default constructor c#?
How can I make sure my c# classes will interoperate with other .net languages?
Why is ienumerable used?