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
Explain about Serialize and MarshalByRef?
What are the differences between static, public and void in c#?
what is the difference between a struct and a class in c#?
What are access modifiers used for?
What is the difference between function and method in c#?
What is boolean conditions in c#?
How the versioning applies to Assemblies or can you explain version numbers?
What is sqldatareader c#?
What is the purpose of abstract class in c#?
What is the use of convert toint32 in c#?
What is interpolation in programming?
Describe the overview of clr integration.
What is the difference between firstordefault and first?
How do you clear a list in c#?
Explain about Error handling and how this is done