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 is an xsd file?
What is a scope in c#?
Are arraylist faster or arrays?
What’s a strong name?
What is the difference between iqueryable and ienumerable?
What is class sortedlist underneath?
How many types of variables are there in c#?
Why c# is called type safe language?
What is difference between a constant and read-only in C#?
What is a property c#?
What is bitwise operator in c#?
Is string mutable in c#?
What is the difference between firstordefault and first?
What is default constructor c#?
Give examples for reference types?