Can you allow class to be inherited, but prevent the method
from being over-ridden?
Answer Posted / guest
make the method as sealed
Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is generic delegate in c#?
In which order the destructor is called for an inherited class?
What does || mean in programming?
What is the difference between a private assembly and a shared assembly?
What's your approach to fetch static data in your windows form application?
What is writeline?
In c#, what will happen if you do not explicitly provide a constructor for a class?
How do you serialize an object?
What is the symbol used for in c#?
What does protected internal access modifier mean?
Why c# is called c sharp?
What is the use of return in c#?
How do I create a new form in c#?
Are c# destructors the same as c++ destructors?
What is signature c#?