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
How do I trim a space in c#?
Is enum a value type c#?
What is meant by console programming?
What is typeof c#?
What is expression tree in c#?
Which technology is best for desktop application?
What is data types in c#?
Does console.writeline() stop printing when it reaches a null character within a string?
What is a template class?
Is datetime immutable c#?
What does exclamation mark mean c#?
What is the Signification of the "new " keyword in C#? example
Explain the concepts of cts and cls(common language specification).
What is the C# syntax to catch any possible exception?
What is difference between encapsulation and abstraction in c#?