Design an abstract Ship class that the following members:  A field for the name of the ship (a string).  A field for the year that the ship was built (an integer).  A constructor and appropriate accessors and mutators.  A toString method that displays the ship’s name and the year it was built.