School Commit Init

This commit is contained in:
2024-08-31 12:07:21 +03:00
commit 0b130ee18c
2801 changed files with 4720552 additions and 0 deletions
@@ -0,0 +1,15 @@
# Lab Test 2
Solve the provided problem, using object oriented programming and C++.
Input at least 3 entities in your initial list (from the source code).
In order for functionalities to be graded the application must use layered architecture, as shown in the given UML diagram (a UI layer will also be necessary).
Using existing code is forbidden, you must start your application from scratch.
For function documentation you may use:
- https://en.cppreference.com/w/
- https://www.cplusplus.com/
Time: 60 minutes.