0% found this document useful (0 votes)
27 views1 page

Turorial 2

This document provides information for Tutorial 2 of the software construction course ISS2253. It describes an eSmartOrder library system that allows customers to order items like books, videos, and CDs. The library tracks information about library items and users, including item IDs and titles, author/producer/entertainer details, copy numbers, user names, addresses, and loan details. It also provides instructions to produce a class diagram modeling the key entities and their relationships.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views1 page

Turorial 2

This document provides information for Tutorial 2 of the software construction course ISS2253. It describes an eSmartOrder library system that allows customers to order items like books, videos, and CDs. The library tracks information about library items and users, including item IDs and titles, author/producer/entertainer details, copy numbers, user names, addresses, and loan details. It also provides instructions to produce a class diagram modeling the key entities and their relationships.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ISS2253 SOFTWARE CONSTRUCTION

SEMESTER MAY 3/15/34


TUTORIAL 2
LECTURER: MDM NUR RAZIA MOHD SURADI
([email protected])
_____________________________________________________________________________________

eSmartOrder is a system which allows the customer to order an item. Item library has books,
videos, and CDs that it loans to its users. All library material has id # and a title. In addition, books
have one or more authors, videos have one producer and one or more actors, while CDs have one
or more entertainers. The library maintains one or more copies of each library item (book, video or
CD). Copies of all library material can be loaned to users. Reference--only material is loaned for two
hours and cannot be removed from the library. Other material can be loaned for two weeks. For
every loan, the library records the user, the loan date and time, and the return date and time. For
users, the library maintains their name, address and phone number.
Produce a class diagram for the description above. Show the attributes, multiplicities, association
names, and aggregations or compositions, where appropriate.

ISS2253/31534/TUTORIAL2/Razia

Page 1

You might also like