Hi friends,
I want to know that can we override private virtual methods? If yes then how?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vinitha TPosted Nov 13, 2021, 11:41 AM
VulpesPosted Jan 29, 2012, 8:14 AM
A derived class cannot access private members in its base class and cannot therefore override a private virtual method.