Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A- Write the Java code to implement the following class diagram UserAccount -userld: String -password: String -securityQuestion: String -security Response: String -dateCreated: Date -dateLastModified:

image text in transcribed

A- Write the Java code to implement the following class diagram UserAccount -userld: String -password: String -securityQuestion: String -security Response: String -dateCreated: Date -dateLastModified: Date -dateClosed : Date 0..* 0..1 AccountHolder Operates 1..1#address: Address #phone: String #email: String Makes Transfer -date Transferred: Date -amount : Currency 0.. From To 1..1 1.. 1..1 Owns BankAccount #accountNo: String #balance: Currency #status: String #dateOpened: Date 11#dateClosed : Date A KH BusChecking Acct OtherAccount -busAcctType: String -type: String -terms: String 1..1 Merchant -name: String -contact: Name Customer 1..1 -name: Name -authenticationData]: String 1.." Operates Accesses CheckingAcct Affects -minBalance: Currency -overdraftFee: Currency Administrator -name: Name Transaction 1..1 Terminates 0... BillPayAccount -transDate: Date 0-creditFlag: Boolean -amount : Currency Created-for -BPaccountNo: String -status: String -dateCreated: Date 1..1-dateLastModified: Date -dateClosed Date -reasonClosed: String -date Terminated : Date 0..1-reason Terminated: String 1..1 identifies Creates PayorAccount 0.payorAccountNo: String -dateAdded: Date -dateLastUpdated : Date -dateRemoved: Date Made-via 0..* 1..1 Made-to 0..* Payment #dateSetup: Date #amount: Currency #confirmNo : String 1..1 #dateModified: Date #datePaid: Date #status: String AdHocPayment -dateDue Date Recurring Payment -startDate: Date -endDate: Date -periodicity: String -paymentCount: Integer -dayDue: String

Step by Step Solution

3.42 Rating (152 Votes )

There are 3 Steps involved in it

Step: 1

Below is the Java code implementing the provided class diagram Note that Ive made some assumptions where specific details were not provided in the cla... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Programming questions

Question

please dont use chat gpt 7 4 . .

Answered: 1 week ago