Does this pattern have a name?
- by LK7jb
Disclaimer: I'm trying to learn proper OO programming/design, so I'm pretty new to this stuff.
I guess this is a general design patterns question, but I'll base my example on a game engine or something that renders objects to the display.
Consider the following:
How can this sort of separation between physical objects (e.g., cubes, spheres,…