C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

Can you override private virtual methods?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

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

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
Can multiple catch blocks be executed?What is a pre-requisite for connection pooling?