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

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.

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.

---