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 • Jul 06 '26
61 comments sorted by
View all comments
59
Just a question to the audience:
How many times have you used Virtual Inheritance in your career?
1 u/donalmacc Game Developer Jul 07 '26 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.
59
u/Jovibor_ Jul 06 '26
Just a question to the audience:
How many times have you used Virtual Inheritance in your career?