I’d like for a subclass of a certain superclass with certain constructor parameters to load an XML file containing information that I’d then like to pass to the superconstructor. Is this impossible to achieve?
I’d like for a subclass of a certain superclass with certain constructor parameters to
Share
How about using a factory method instead? Maybe something like: