An open API service indexing awesome lists of open source software.

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"

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