Can you allow class to be inherited, but prevent the method
from being over-ridden?
Answer Posted / avijit
declare the method as protected
| Is This Answer Correct ? | 5 Yes | 11 No |
Post New Answer View All Answers
Is a structure a class?
Which is faster hashtable or dictionary?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
What is Web.config?
Can we write class inside a class in c#?
What is the difference between final finally and finalize in c#?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
What does private void mean in c#?
What is Fragmentation and its Types?
How do I automate my desktop application?
What is Event - Delegate?
What is the use of return in c#?
How more than one version of an assembly can keep in same place?
What is access specifier in c#?
What is the purpose of dictionary in c#?