What's my best approach on this simple hierarchy Java Problem?
- by Nazgulled
First, I'm sorry for the question title but I can't think of a better one to describe my problem. Feel free to change it :)
Let's say I have this abstract class Box which implements a couple of constructors, methods and whatever on some private variables. Then I have a couple of sub classes like BoxA and BoxB. Both of these implement extra things.…