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
How is lazy loading achieved?
What are the extension methods in c#?
Explain about multithreading?
How to declares a two-dimensional array in C#?
What's new in c#?
What is the base class of all classes in c#?
What is a three-tier application.
Why do we use reflection in c#?
Why do we Need of static class in c#?
Is c# good for web development?
How do namespaces work?
Why are c# strings immutable?
How does bitwise xor work?
If a method's return type is void, can you use a return keyword in the method?
What is the resgen.exe tool used for?