Can we override private virtual method in C#?
Prakash Kumar
We can’t override private virtual methods as it is not accessible outside the class.
First of all, a virtual or abstract members cannot be private