https://github.com/ruben165/player-info-registration
Football Players Info Registration using Java
https://github.com/ruben165/player-info-registration
football java oop
Last synced: 3 months ago
JSON representation
Football Players Info Registration using Java
- Host: GitHub
- URL: https://github.com/ruben165/player-info-registration
- Owner: Ruben165
- Created: 2022-12-11T12:14:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T15:48:27.000Z (8 months ago)
- Last Synced: 2025-01-23T11:33:27.222Z (5 months ago)
- Topics: football, java, oop
- Language: Java
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A little project I did when I was learning about Object-Oriented Programming Concepts
This program functions to enter data on soccer players (not necessarily official players). This data will be stored in an ArrayList. Apart from entering data, this program can display data in the ArrayList, change data from the player, and delete the player's data from the ArrayList.
The program consists of 6 classes (1 'Main' class, 1 'Super' class = Player, and 4 'Sub' classes = Forward, Center, Back, and Keeper) and 1 interface = isHandOkay.
Note that the documentations are in Indonesian.