[OOP] Object-oriented programming assignments in Java (done in Eclipse 4.19.0).
Homework/project in Object-Oriented Programming 2 (13E112OO2) at the University of Belgrade, School of Electrical Engineering.
For each problem, a Java package with a GUI (graphical user interface) is written. The requirements are described in respective problem statements.
- Problem 1 - Ice cream shop (problem statement in Serbian)
- classes: Flavor, IceCream, SoftServePlace, IceCreamMachine, IceCreamShop.
- Problem 2 - Roulette game (problem statement in Serbian)
- classes: RandomGenerator, Field, Mesh, Game.
- Problem 3 - Phones (problem statement in Serbian)
- classes: Number, Item, List, Contact, Phonebook, Phone, Keyboard.