https://github.com/tommyfurgi/object-oriented-design
Object-Oriented Design tasks carried out as part of laboratory classes in the academic year 2023/2024 at AGH.
https://github.com/tommyfurgi/object-oriented-design
design-patterns java objected-orientated-programing
Last synced: about 1 year ago
JSON representation
Object-Oriented Design tasks carried out as part of laboratory classes in the academic year 2023/2024 at AGH.
- Host: GitHub
- URL: https://github.com/tommyfurgi/object-oriented-design
- Owner: TommyFurgi
- Created: 2024-03-09T12:48:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T13:50:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T03:29:14.740Z (over 1 year ago)
- Topics: design-patterns, java, objected-orientated-programing
- Language: Java
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object-Oriented-Design
Laboratory tasks performed as part of Object Oriented Design course at AGH UST. These tasks are implemented using the `Java` programming language.
## Laboratories
### [Lab 1 - CRC and UML](/lab1/)
[Instructions](/lab1/task.pdf) (in Polish)
### [Lab 2 - Changes in app](/lab2/)
[Instructions](/lab2/task.pdf) (in Polish)
### [Lab 3 - Code refactoring](/lab3/)
[Instructions](/lab3/task.pdf) (in Polish)
### [Lab 4 - Unit tests](/lab4/)
[Instructions](/lab4/task.pdf) (in Polish)
### [Lab 5 - Design patterns 1](/lab5/)
[Instructions](/lab5/task.pdf) (in Polish)
### [Lab 6 - Design patterns 2](/lab6/)
[Instructions](/lab6/task.pdf) (in Polish)