Below you can see four classes: Publication, Newspaper, Article and Announcement.
You need to override the method getDetails() in the classes inherited from the class Publication. These classes should use getDetails() from Publication to get information about the title and append their own additional data.
Examples are shown below.