Skip to main content
eick-at moodle
  • Home
  • Calendar
  • More
You are currently using guest access
Log in
eick-at moodle
Home Calendar
Expand all Collapse all
  1. OOP with JAVA
  2. Basics of object-oriented programming with Java
  3. Task: Reflexive Association

Task: Reflexive Association

Completion requirements
Opened: Tuesday, 7 May 2019, 12:00 AM
Due: Tuesday, 7 May 2019, 12:00 AM

In a reflexive association, objects of the same class are related to each other:

reflexive association

Class diagram of a reflexive association

If both navigation directions are implemented, you can navigate in the direction of follower and vice versa, it is a so-called doubly linked list. If only one direction of navigation is implemented, this is a simply linked list.


_________________________________________________________________________________

Task:

Implement the above class diagram for the following use-case diagram in Java code:


Use case diagram of an application named Employee Management

Note: One of the use cases can only be realized with recursion.


You are currently using guest access (Log in)
Data retention summary
Get the mobile app
Powered by Moodle