Can you allow class to be inherited, but prevent the method
from being over-ridden?
Answer Posted / avijit
declare the method as protected
Is This Answer Correct ? | 5 Yes | 11 No |
Post New Answer View All Answers
Can we have multiple constructors in a class c#?
Enlist all the components of an ado.net framework?
Explain the difference between user control and custom control. Also, explain their use.
In .Net, what is an assembly? Also explain the type of assembly.
From which base class do all Web Forms inherit from?
Why do we need oops in c#?
What are the 3 logical operators?
Which of the following API is used to hide a window?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
Who is a accessibility modifier “protected internal†available to ?
What are floating point numbers?
Can an abstract class inherit from another abstract class c#?
What is serializable in c#?
How to declares a two-dimensional array in C#?
How to achieve polymorphism in c#?