Can you allow class to be inherited, but prevent the method
from being over-ridden?
Answer Posted / nkm
Class can be MustInherit and method can be NotInheritable
(VB.NET Concept)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is c sharp open source?
What are console applications used for?
Explain about Destructor method?
What is a virtual property. Give an example?
What are custom exceptions in C#?
What is data set in c#?
What are the value types in c#?
How do I open the console?
How many static constructors are allowed in a class?
What is Co- and Contra-Variance in C#?
What is the use of ienumerable?
What is desktop example?
What is data types in c#?
What is the purpose of private constructor in c#?
What is xml serializer?