How to solve this multiple inheritance properly (nice solution)
I want to call update for each derived object without a loop, this is the code that produces the loop from method “update()”. How to solve it the right way?
I want to call update for each derived object without a loop, this is the code that produces the loop from method “update()”. How to solve it the right way?