0 votes
in C Sharp by
Can we override private virtual method in C#?

1 Answer

0 votes
by

No. We can’t override private virtual methods as it is not accessible outside the class.

Related questions

+1 vote
asked Jun 25, 2019 in Dot Net by Venkatshastri
0 votes
asked May 6, 2020 in C Sharp by SakshiSharma
...