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

 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)

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!