What is private virtual in C#?
Rajeev Prajapati
you cannot write abstract or virtual method as private because it made for override.