What is a default constructor?
a constructor that can be used with no arguments
a constructor that initializes all members of a class
a contructor that does not have a return value
a constructor that is used by multiple classes