Question: Objective: Using inheritance. You will design a record database for the new CS-IT library. This library holds 3 major types of items, namely books, magazines




![by comma] o Date of publishing (String) . Magazines: o Title (String)](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f015a08fc40_20866f015a018e7f.jpg)
Objective: Using inheritance. You will design a record database for the new CS-IT library. This library holds 3 major types of items, namely books, magazines and newspapers. They have the following attribute:s Books: o Title (String) o Authors (String) (Have multiple authors in a single string, separated by comma] o Date of publishing (String) . Magazines: o Title (String) o Editor (String) [Have multiple editors in a single string, separated by comma] o Date of publishing (String) o Issue No. (integer) o Volume no. (integer) . Newspapers o Title (String) o Editor (String) [Have multiple editors in a single string, separated by comma] o Date of publishing (String) o Edition (String) [e.g. Paper x may have a Los Angeles and New York editions] Additionally, vou need to take the following into account Each item has a unique record ID (integer) Books may be of two types: Ebooks which have an additional attribute for its url (string) Hard copy books which have an additional attributed for edition (integer) le.g.1st edition] o o Similarly, magazines may be of two types: . Objective: Using inheritance. You will design a record database for the new CS-IT library. This library holds 3 major types of items, namely books, magazines and newspapers. They have the following attribute:s Books: o Title (String) o Authors (String) (Have multiple authors in a single string, separated by comma] o Date of publishing (String) . Magazines: o Title (String) o Editor (String) [Have multiple editors in a single string, separated by comma] o Date of publishing (String) o Issue No. (integer) o Volume no. (integer) . Newspapers o Title (String) o Editor (String) [Have multiple editors in a single string, separated by comma] o Date of publishing (String) o Edition (String) [e.g. Paper x may have a Los Angeles and New York editions] Additionally, vou need to take the following into account Each item has a unique record ID (integer) Books may be of two types: Ebooks which have an additional attribute for its url (string) Hard copy books which have an additional attributed for edition (integer) le.g.1st edition] o o Similarly, magazines may be of two types
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
