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
Explain About remoting and web services. Difference between them
Which operator cannot be overloaded in c sharp?
Why can’t struct be used instead of class for storing entity?
Why reflection is used in c#?
What is dll hell, and how does .net solve it?
What is the meaning of 0 in c#?
how encapsulation is implemented in c#
Can an array be null c#?
What is the execution entry point for a c# console application?
What is get set in c#?
Name some properties of thread class.
What are collection classes?
Why do we use interface in c#?
What is difference between var dynamic and object in c#?
What is the difference between values and reference types?