1) Draw a class diagram representing a book defined by the following statement. "A book is composed of a number of parts, which in turn are composed of a number of chapters. Chapters are composed of sections". You should note the following:
A book includes a publisher, publication date, and ISBN
A part includes a title and a number
A chapter includes a title, a number and an abstract
A section includes a title and a number.