https://github.com/felixmairamhof/java-school
Discover a compilation of Java projects from school assignments. Explore inheritance, file handling, OOP, and more. Dive into these projects to grasp Java programming concepts and practices.
https://github.com/felixmairamhof/java-school
files gui inheritance intellij java oop
Last synced: about 1 year ago
JSON representation
Discover a compilation of Java projects from school assignments. Explore inheritance, file handling, OOP, and more. Dive into these projects to grasp Java programming concepts and practices.
- Host: GitHub
- URL: https://github.com/felixmairamhof/java-school
- Owner: FelixMairamhof
- Created: 2024-03-08T19:18:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T07:22:44.000Z (over 1 year ago)
- Last Synced: 2025-01-06T08:27:56.391Z (over 1 year ago)
- Topics: files, gui, inheritance, intellij, java, oop
- Language: Java
- Homepage:
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java-School
This repository contains all my Java school projects.
## Overview
Here, you'll find a collection of Java projects completed as part of school assignments or coursework. These projects cover various topics in Java programming, including inheritance, file handling, OOP and more.
Some of the projects included are:
- **Inheritance**: Projects demonstrating the use of inheritance in Java programming.
- **FilesReadAndWrite**: Projects related to reading from and writing to files in Java.
Explore these projects to gain insights into Java programming concepts and practices.
---