How to avoid calling a virtual function in destructor when the base class need to know info about...

Subscribers:
4,270
Published on ● Video Link: https://www.youtube.com/watch?v=Mi4xiqGAd-4



Duration: 0:00
1 views
0


How to avoid calling a virtual function in destructor when the base class need to know info about the derived when destructing?
I hope you found a solution that worked for you :)
The Content is licensed under (https://meta.stackexchange.com/help/l...) CC BY-SA.
Attention! This video does always use the same license as the source!
Thanks to all those great people for their contributions!

(stackoverflow.com/users/16045037/nekomiya-kasane)Nekomiya Kasane
(stackoverflow.com/users/18519921/wohlstad)wohlstad
(stackoverflow.com/users/1480324/wutz)Wutz
(stackoverflow.com/users/1747773/aname)Aname
A special thanks goes out to the (stackoverflow.com/questions/78930631/how-to-avoid-calling-a-virtual-function-in-destructor-when-the-base-class-need-t)Stackexchange community

I wish you all a wonderful day! Stay safe :)
If anything is off, please write me at peter D.O.T schneider A.T ois42.de

c++ virtual-functions destructor polymorphism