CSC110 Project 13 Review - Writing a BankAccount Class

Опубликовано: 18 Апрель 2023
на канале: Logic Lambda
91
1

0:05 - Project description overview
0:35 - Getting the starter code from the GitHub repository
0:55 - Creating the Eclipse package & class for the project and copying the starter code
1:47 - Creating the BankAccount Class
2:00 - Adding the fields
2:59 - Generating the constructors
4:28 - Instantiating some BankAccount objects
5:11 - Printing the objects & adding a toString method
7:01 - Getter/Setters
9:03 - The deposit & withdraw methods are really "mutators", not "setters", and what the difference is
10:09 - Testing our BankAccount objects in a driver class
11:41 - How to zip an Eclipse package