Skip to content

isp-cluj/isp-lab-5-2024-extra-work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implement the following exercises

In this lab you will create two small Java applications by using UML diagrams as reference. Please consider the following general notes before start implementing:

  1. Look at some LocalDate examples in edu.tucn.isp.ex0.LocalDateExample and edu.tucn.isp.ex0.RecordWithLambdaExample
  2. Create the Java application based on the provided UML diagrams.
  3. Add needed constructors, getters, setters, toString() and any other method you consider necessary.
  4. Implement the main method in edu.tucn.isp.ex(1|2).Exercise(1|2).
  5. Implement the unit tests provided in the corresponding section.

Exercise 1

Exercise 1 class

Given the UML class diagram above, implement the corresponding Java program. Have a look at the UML use-case diagram below for more implementation details.

Exercise 1 use-case

Exercise 2

Exercise 2 class

Given the UML class diagram above, implement the corresponding Java program. Have a look at the UML use-case diagram below for more implementation details.

Exercise 2 use-case

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages