Answered step by step
Verified Expert Solution
Question
1 Approved Answer
00 Analysis and 00 Design: As an IT employee at the newly founded company ProfiSoft, you are responsible for processing the customer order described below.
00 Analysis and 00 Design: As an IT employee at the newly founded company ProfiSoft, you are responsible for processing the customer order described below. The analysis of the customer's requirements takes place in several rounds. First create the concept of the software step by step in the form of a UML class diagram with the help of astah Professional. Meeting 1: The customer orders a customer management program. The requirements for the first development level of the software are summarized in a specification sheet: / 1/ Company name and address of each customer should be saved. 12 / It must be possible to read all data individually. 73 / It must be possible to write all data individually. 14 / Company name and company address must be able to be changed together (Method changeAddress()). / 5 The current order amount (in ) must be preset with the value "O" Create the object-oriented design of the Customer class according to the formulated information with astah Professional as a UML class diagram. Add useful constructors. Meeting 2: After inspection, the customer has determined that the software concept developed so far has a major defect: There is no way of getting an overview of the customer's orders. Your boss will ask you to expand the concept accordingly within the next two days: /1/There can be a maximum of one order for each customer. 12/A unique order number is to be saved for each order, the order amount, the date of delivery and the type of service. /3/ It should be possible to read and write all data individually. / 4 / Exception: The order number is to be generated automatically by the program and can only be read. Add the new Order class your UML class diagram. Also draw the associations between the two classes Customer and Order
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started