Created
April 13, 2020 21:55
oop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Screening { | |
private Movie movie; // not null | |
private int sequence; // >= 1 | |
private LocalDateTime; // after current | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment