Interview Questions

Can you override private virtual methods?

C# Interview Questions and Answers


(Continued from previous question...)

108. Can you override private virtual methods?

No, moreover, you cannot access private methods in inherited classes, have to be protected in the base class to allow any sort of access.

(Continued on next question...)

Other Interview Questions