I think what is meant by the default constructor, is the constructor with no input parameters. (I could be wrong). I assume that they call it the default constructor, because having not been given any values to use, it defaults all it's necessary variables
Comment