|
|
|
|
|
by munksbeer
273 days ago
|
|
Yeah sorry, I don't mean to cause offense but that doesn't make sense. If you've got abstract methods that require implementation in concrete classes, you've got polymorphism, and at some point you're going to be choosing which concrete class to instantiate. If you always know which concrete class to instantiate and use at each point in the code, it doesn't sound like you need polymorphism in the first place. Or I could just be missing something. |
|