Login
Remember
Register
Ask a Question
Can we override private virtual method in C#?
0
votes
asked
Oct 18, 2019
in
C Sharp
by
Robin
Can we override private virtual method in C#?
private-virtual-method
private-virtual
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
No. We can’t override private virtual methods as it is not accessible outside the class.
...