Can you override private virtual methods?
Answer Posted / umesh
No, moreover, you cannot access private methods in
inherited classes, have to be protected in the base class to
allow any sort of access.
| Is This Answer Correct ? | 28 Yes | 6 No |
Post New Answer View All Answers
What is main thread in c#?
Explain when should you call the garbage collector in .net?
What is wrong with the sample program below?
Why do we need ienumerable in c#?
What are collection classes?
Is comparator a functional interface?
What is the difference between abstract and abstraction?
Is equal in c#?
Explain how do I get deterministic finalization in c#?
Explain the difference between user control and custom control. Also, explain their use.
What is a private class in c#?
What are the types of comment in c# with examples?
What are the value types in c#?
What is threading in c# with example?
Explain polymorphism in c# with a simple example?