Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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