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 does private void mean in c#?
Why do we need abstract class?
Can you see a loop recorder?
What is .cs file in c#?
What are virtual classes in c#?
How can we set class to be inherited, but prevent the method from being over-ridden?
Is c# a strongly-typed language?
What is difference between override and new in c#?
Why do we need nullable types in c#?
What are the types of serialization?
Why we use get and set method in c#?
Why do we Need of static class in c#?
What is assembly and dll in c#?
What is a Assembly?
What are functions in c#?