Can you allow class to be inherited, but prevent the method
from being over-ridden?
Answer Posted / mr.f
This problem is very easy, You just declared the method
without virtual keyword. :d
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What are the 3 elements of delegation?
What is part of a method signature in c#?
what is the difference between convert.tostring() and tostring() functions ?
What is cookies in c# asp net?
What is executereader in c#?
Is c# pass by reference?
What is jagged array in c#?
What is the full form of GAC? Explain its uses?
what class is underneath the sortedlist class?
What is meant by collections in c#?
What is the difference between int and int in c#?
Explain how do I convert a string to an int in c#?
what is IDisposal interface
What exception can an overridden method throw in comparison with the method it is overriding?
How do you comment in c#?