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
Can arraylist hold primitive types?
In a single .NET DLL how many classes it contains?
Can we have multiple threads in one app domain?
Why do we need properties in c#?
Explain About Web.config
Define c# i/o classes? List the commonly used classes?
What will a loop recorder show?
Why is lazy loading?
Is array a list?
What is enumerable in c#?
What are the benefits of using generics?
Where are value types stored in c#?
How big is an int16?
How does return work in c#?
How do you create empty strings in c#?