Define a BankAccount class, which allows you to instantiate objects such as account1, account2, etc. The constructor of this class will initialize two instance attributes name and balance, with the default values 'Dupont' and 1000. • Three other methods will be defined: • deposit (amount) will add a certain amount to the balance; withdrawal (amount) will allow withdrawing a certain amount from the balance; • display () will display the name of the holder and the balance of his account. Optional: add the_eq__ and _repr__ methods (second picture) Please follow this exemple >>> account1 = BankAccount ('Duchmol', 800) >> account1.depot (350) >>> account1.withdrawal (200) >>> account1.display ()

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter4: More Object Concepts
Section: Chapter Questions
Problem 3PE
icon
Related questions
Question

Please help. Use your commmentary if possible in the code. Thank you 

def
repr
(self):
(Temps)-> str'''
return (str(self.heure) +":" +str(self.minute) +":" +str(self.seconde))
def
(self, autre):
eq
''" (Temps) -> bool''!
return self.heure == autre.heure and self.minute == autre.minute and self.se
Transcribed Image Text:def repr (self): (Temps)-> str''' return (str(self.heure) +":" +str(self.minute) +":" +str(self.seconde)) def (self, autre): eq ''" (Temps) -> bool''! return self.heure == autre.heure and self.minute == autre.minute and self.se
Define a BankAccount class, which allows you to instantiate objects such as
account1, account2, etc. The constructor of this class will initialize two instance
attributes name and balance, with the default values 'Dupont' and 1000.
Three other methods will be defined:
deposit (amount) will add a certain amount to the balance;
withdrawal (amount) will allow withdrawing a certain amount from the balance;
display () will display the name of the holder and the balance of his account.
Optional: add the _eq__ and _repr__ methods (second picture)
Please follow this exemple
>>> account1 = BankAccount ('Duchmol', 800)
>>> account1.depot (350)
>>> account1.withdrawal (200)
>>> account1.display ()
Duchmol's bank account balance is $ 950.
>>> account2 = BankAccount () >>> account2.depot (25)
>>> account2.display ()
Dupont's bank account balance is $ 1,025.
Transcribed Image Text:Define a BankAccount class, which allows you to instantiate objects such as account1, account2, etc. The constructor of this class will initialize two instance attributes name and balance, with the default values 'Dupont' and 1000. Three other methods will be defined: deposit (amount) will add a certain amount to the balance; withdrawal (amount) will allow withdrawing a certain amount from the balance; display () will display the name of the holder and the balance of his account. Optional: add the _eq__ and _repr__ methods (second picture) Please follow this exemple >>> account1 = BankAccount ('Duchmol', 800) >>> account1.depot (350) >>> account1.withdrawal (200) >>> account1.display () Duchmol's bank account balance is $ 950. >>> account2 = BankAccount () >>> account2.depot (25) >>> account2.display () Dupont's bank account balance is $ 1,025.
Expert Solution
steps

Step by step

Solved in 4 steps

Blurred answer
Knowledge Booster
Unreferenced Objects
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,