Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AlterFalter/oop-exercises
This repository contains the code solutions from the OOP exercises from HSLU spring-semester 2020.
https://github.com/AlterFalter/oop-exercises
Last synced: 3 months ago
JSON representation
This repository contains the code solutions from the OOP exercises from HSLU spring-semester 2020.
- Host: GitHub
- URL: https://github.com/AlterFalter/oop-exercises
- Owner: AlterFalter
- License: other
- Created: 2020-03-16T11:22:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T18:45:30.000Z (about 4 years ago)
- Last Synced: 2024-04-03T15:06:51.300Z (7 months ago)
- Language: Java
- Homepage:
- Size: 235 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-hslu - AlterFalter/OOPExercises - exercises (HSLU Modules / OOP)
README
# OOP Exercises
This repository contains the code solutions from the OOP exercises from HSLU spring-semester 2020.## Startup
All solutions are written with NetBeans in Java 11 (except Wiki).
## Folder structure
OriginalSolutions --> Contains nearly all exercises.
AdditionalTraining --> Contains rewritten/refactored exercises as a training for the MEP.
GuiExamples --> Contains different examples from multiple GUI technologies from Java.
MEP --> Contains the exercises from the MEP. It's sadly not allowed to publish the exercise paper itself.
Wiki --> Contains a wiki in HTML/JS/CSS with search function.## Credit
The [Java project-template](https://github.com/rgisler/hslu_maven_template) was used in OriginalSolutions and AdditionalTraining.
The project-template was provided by Roland Gisler (Informatik, HSLU, Switzerland), who is also the professor of the OOP module.## List of abbreviations
OOP = Object Oriented Programming (Module)
MEP = Modul End Prüfung (final module test)
JS = JavaScript (programming language)
CSS = Cascading Style Sheets