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 do you implement thread synchronization in c#?
What is c# best for?
how encapsulation is implemented in c#
What are delegates in C#?
What is argument in c#?
Why do we need serialization?
Write a program to find the angle between the hours and minutes in a clock
Can interface inherit class in c#?
Which programming language is best for desktop applications?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
Why c# is called type safe language?
Wcf and what is difference between wcf and web services?
What do you use c# for?
What are console applications used for?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?