Suppose that your team is then asked to expand the system. The publisher now wishes to make other computer science publications. As a team member, you are asked to make a class that will be the superclass for books, magazines, audiobooks, etc.
a) What would be an appropriate name for the superclass?
b) Which of the fields you listed for the "computer science book" class fields of the superclass? Define.
The fields for the supperclass Library will holds 3 collection objects, therefore the following fields will then be used in a supperclass object called Library.
- arrayBooks : String
- arrayMagazines : String
- arrayAudioBooks : String