Implementing OOP!
Implementing OOP!
Hello! I've been learning Java now for about two months and have this personal-finance application that saves data to a csv file and can add transactions, delete, sum by periods, etc, and am currently delving into object-oriented programming! I'm reading about Abstraction, Encapsulation, Innheritance and Polymorphism and am getting it on the technical front. Now, I would like to try and make my code more OOP- if that makes sense. By doing it on a code I'm familiar with I think I will better understand it, but I'm not sure where to start!
Would anyone like to review my code and point me in the right direction to start? If I have to do some things over that's okay, originally my code was 400+ lines long but I managed to split it into classes somewhat. What suggestions do you have? Thank you very much!
I put my repo to private, so I am not confident the link works but if it doesn't and you would like to take a look, please let me know! https://github.com/De1ora/Personal-finance-OOP.git I'm a beginner at git and github and this is my first time putting the repo to private!
Hello! I've been learning Java now for about two months and have this personal-finance application that saves data to a csv file and can add transactions, delete, sum by periods, etc, and am currently delving into object-oriented programming! I'm reading about Abstraction, Encapsulation, Innheritance and Polymorphism and am getting it on the technical front. Now, I would like to try and make my code more OOP- if that makes sense. By doing it on a code I'm familiar with I think I will better understand it, but I'm not sure where to start!
Would anyone like to review my code and point me in the right direction to start? If I have to do some things over that's okay, originally my code was 400+ lines long but I managed to split it into classes somewhat. What suggestions do you have? Thank you very much!
I put my repo to private, so I am not confident the link works but if it doesn't and you would like to take a look, please let me know! https://github.com/De1ora/Personal-finance-OOP.git I'm a beginner at git and github and this is my first time putting the repo to private!