Can I extend the constructor of the sueprtype? documentation doesnt say anything about extending functions.
I want to create a class which connects to a database when the subtypes are initialized but I don't want to write a connection code for each subtype. So I'd like to do it in the constructor of the supertype but I also want subtypes to have constructors.