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 yield break in c#?
What's new in c#?
What is console writeline in c#?
Can we have static indexer in c#?
What is serialization in .net?
What is the difference between the debug class and trace class? Documentation looks the same.
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
What are the different types of literals in c#?
What is func c#?
What is the difference between hashtable and dictionary in c#?
Why do we use void in c#?
what is a static constructor?
Difference between Value type & reference types ? and give the example in .Net?
What is class sortedlist underneath?