16 lines
521 B
Markdown
16 lines
521 B
Markdown
# 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.
|