From: <wak...@ea...> - 2005-04-28 15:51:46
|
It looks like we've got a bit of duplication of code. There's a Stock class and there's a Certificate class. Other than the obvious difference in keystrokes, is there any reason why they should both exist? It looks like Certificate is being used in the PublicCompany class, among others. Is there any reason I should not just remove the Stock class? ---Brett. |