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
What is the difference between abstract and abstraction?
Describe a Struct ?
Does c# support a variable number of arguments?
What is void in c#?
What is tuple in c#?
Name the property of the textbox which cannot be changed at runtime?
How do you create dlls in .NET
How many constructors can a class have in c#?
What is difference between value and reference types in C#.NET
How to transpose multi-dimensional array?
How do you prevent a method from being overridden in c#?
What is hierarchical inheritance in c#?
What is an ienumerable in c#?
List the difference between interface and abstract class?
Will the following code compile?