This project is an upgraded version of the previous one. Here one can add, update, delete, and print any and all the data. This project is also a stepping stone for a major one which I plan on making.
- Java
- Collections:
- BufferedReader
- LinkedList
- List Iterator
- Method Calling
- Switch Condition
- String Operations
- Conditional Statements
- Infinite Loops
This project is based on the different type of games available.
- Features :
- Segregated the details about a game and made an Entity file(GameDetails).
- Made separate classes to differentiate various operations.
- Combined different classes in one single main class to print the run the project.
- Performs addion, updation, deletion, and printing of data in the LinkedList.
- Step 1 :- GameDetails File
- Step 2 :- AddingDetails File
- Step 3 :- FinalGameDetails File
- Step 4 :- SpecificOperations File
- Step 5 :- PrintingGameDetails File
Download all the files into a single folder.