2nd SEMESTER 2021/22 Resit Exam
Undergraduate – Year 2
C++ Programming and Software Engineering II
Exam Duration: 2 Hours
INSTRUCTIONS TO CANDIDATES
1、 This is an open book resit exam. Please complete the exam independently and honestly.
2、 The total marks available are 100.
3、 Answer all questions in the answer booklet and submit it to LMO. There is NO penalty for providing a wrong answer.
4、 The duration is 2 hours.
Q5 | A newspaper office is using object-oriented technology to develop a computer management system for newspaper subscriptions. The basic requirements of the system are as follows: (1) The newspaper office has a variety of publications, and each publication can be subscribed by an order, which includes code, publication name, order date, unit price and the number of copies. Subscribers subscribe to the newspaper by filling in the order. | Total 15 |
| (2) There are multiple distribution stations affiliated with the newspaper office, which is responsible for collecting login orders and printing receipts. (3) The newspaper office is responsible for classifying and counting the subscription information from each distribution station. Create a class diagram for this requirement and identify the relationships between these classes. |
|