<t>QuoteOriginally posted by: CuchulainnFirst of all, inheritance is very bad (it's very 90's). To be honest, it's an OOP knee-jerk reaction.The are several other classes using the abstract Pool class. For example, a class Portfolio which takes Pool as an argument in constructors. Having different i...