Can you allow class to be inherited, but prevent the method
from being over-ridden?
Answer Posted / guest
make the method as sealed
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is difference between code access and role based security?
What is the process of Serialization?
What is inline function in c#?
what is an event? Define delegate?
What is method in c#?
What is difference between private and static constructor?
What is argument in c#?
What are variables in c#?
Which .gang of four. Design pattern is shown below?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What’s thread.sleep() in threading ?
Is a char?
What is using keyword in C#?
How to force my .net app to run as administrator on windows 7?
What does int32 mean in c#?