https://github.com/memosainz/videogames-opp-java
A practice in Java, where it's being shown the clean order of the code as well, the use of: "Collections (arraylist), atributes, constructors & methods"
https://github.com/memosainz/videogames-opp-java
java oop
Last synced: about 2 months ago
JSON representation
A practice in Java, where it's being shown the clean order of the code as well, the use of: "Collections (arraylist), atributes, constructors & methods"
- Host: GitHub
- URL: https://github.com/memosainz/videogames-opp-java
- Owner: MemoSainz
- Created: 2024-08-01T20:47:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T21:08:24.000Z (10 months ago)
- Last Synced: 2025-02-07T13:40:19.040Z (3 months ago)
- Topics: java, oop
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Videogames OOP
A practice in Java, where it's being shown the clean order of the code as well,
It is also used this stuff too:1. Collections (arraylist)
2. atributes
3. constructors & methods"> [!IMPORTANT]
> The practice was meant to be about creating a class called "Videogames", with the next attributes: ID, title, console, number of players, category... having in mind all the attributes, constructors, methods and getters & setters.
>
> Creating an ArrayList of 5 games, and saving them inside the collection
>
> Loop the ArrayList created and show in the screen the title, console and number of players of the games saved.
>
> Change the name and number of plaayers of the games. Later showing them in the console.
>
> Go through the ArrayList ad show in the screen alone, the videogammes of the console Nintendo 64.
All lefts reserved © Memo Sainz 2024