```mermaid classDiagram class Borrower { -items ArrayList~Publication~ +borrow(item: Publication) +getItems() ArrayList~Publication~ } class Student { - studentId +getId() String } Student --|> Borrower class Publication { } class Book { } Book --|> Publication Borrower --> Publication: borrows ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up