Okay I got a pretty simple assignment.
I got these two constructors for class Person:
Person( const string &, const string &, const string &a
A default constructor is a constructor that either has no arguments, or if it has arguments, all the arguments have default values. So neither one of these could qualify as default constructor.