0
Some body please help. java "try " code mining ?
13 odpowiedzi
0
can you help me
+ 1
The Customer class models a customer is design as shown in the class diagram.
Customer
-ID:int
-name:String
-gender:char
+Customer(ID: int,name: String,gender:char)
+getID():int
+getName():String
+getGender( ):char
+toString( ):String
Write the codes for the Customer class and a test class to test all the public methods.
Account
-id:int
-Customer: Customer
-balance:double =0.0
+ Account(id:int,customer: Customer,balance:double)
+ Account(id:int,customer: Customer)
+getID():int
+getCustomer( ): Customer
+getBalance( ): double
+setBalance(balance:double):void
+toString( ):String
+getCustomerName( ): String
+deposit(amount: double): double
+withdraw(amount: double): double
The Account class models a bank account, design as shown in the class diagram, composes
a Customer instance (written earlier) as its member. Write the codes for the Account class and a test
class to test all the public methods.
(Hint: when considering withdrawal process, first need to check whether the bank balance is enough
to withdraw the given amount. If not, display an error message; otherwise deduct the amount from the
balance.)
0
What is code mining?
0
I don't know, it depends on what code mining means
0
but i don't know explained mn question
0
just type it all on here
0
this is quotation.. please i want create are sources code. please
0
can you help
0
So you want a program that would have the same structure as these classes you sent me?
0
yes
0
can you help me?
0
This place is actually for questions and not for tasks. But I'll see if I can help you.
I just have so many tasks I need to finish on my own tho.
I'll come back to you later
- 1
can you please your email address.after send my question.