Constructors are used to define a template for a new object type. The new operator will create a new instance of that object. You have been presented with a constructor for a Mail object. Modify the ...
Note, that with both objects sharing exactly the same keys, and only the values differing, we are repeating ourselves. We would like a mechanism to construct objects with the same attributes (that is, ...