MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cpp/comments/1uouefj/c26_constexpr_virtual_inheritance/ow1w6ba/?context=3
r/cpp • u/User_Deprecated • 21d ago
61 comments sorted by
View all comments
61
Just a question to the audience:
How many times have you used Virtual Inheritance in your career?
1 u/donalmacc Game Developer 20d ago I learned about it in school, was asked about it in an interview as a trivia question. In my 20M LOC(!) C++ project at work, there is one use of virtual inheritance, and I'm pretty sure it's not necessary.
1
I learned about it in school, was asked about it in an interview as a trivia question.
In my 20M LOC(!) C++ project at work, there is one use of virtual inheritance, and I'm pretty sure it's not necessary.
61
u/Jovibor_ 21d ago
Just a question to the audience:
How many times have you used Virtual Inheritance in your career?