Can You Have "Empty" Abstract/Classes?
- by ShrimpCrackers
Of course you can, I'm just wondering if it's rational to design in such a way.
I'm making a breakout clone and was doing some class design. I wanted to use inheritance, even though I don't have to, to apply what I've learned in C++. I was thinking about class design and came up with something like this:
GameObject - base class (consists of data…