Can you override private virtual methods?
Answer Posted / kiran
No
virtual or abstract members cannot be private
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Differentiate between copy and default constructor.
What is the default value of string in c#?
What is ienumerable t in c#?
What is void method?
Why singleton class is sealed in c#?
What is assembly c#?
If I return out of a try/finally in c#, does the code in the finally-clause run?
Can we inherit private class in c#?
What is difference between struct and class in c#?
What is arraylist?
Can abstract class have constructor in c#?
Explain how can you clean up objects holding resources from within the code?
What is Dependency of Injection?
What is parallel foreach c#?
What is data dictionary in c#?