So in short, if your reason for using inheritance ...
# codereview
r
So in short, if your reason for using inheritance is "Well, it looks kind of similar", don't do it. If your reason is "I need to use both of these interchangeably based on some common functionality", then maybe, but still consider interface (+ maybe delegation) first.
7