CSE237-SP24 / project-fortunakleineliseethan

project-fortunakleineliseethan created by GitHub Classroom
0 stars 1 forks source link

A user should be able to see an overview of all their assets through an asset class #4

Open eliseokeefe opened 8 months ago

eliseokeefe commented 7 months ago

I first created a parent class, Personal Capital, that can be inherited by an Asset and Liabilities classes. I created two classes to return negative values when items are liabilities versus positive values for assets. In the future, anything that is a liability or an asset can inherit these classes. Now, the Bank Account class extends Assets and future iterations can add more specific objects that inherit this iteration's work, such as stocks or mortgage. These classes also have one combined test suite that ensures function of methods, which passes all tests.