Skip to content

Instantly share code, notes, and snippets.

@glassonion1
Created October 29, 2021 07:57
Show Gist options
  • Save glassonion1/b42e0221eee409c6b65911bd487fbeec to your computer and use it in GitHub Desktop.
Save glassonion1/b42e0221eee409c6b65911bd487fbeec to your computer and use it in GitHub Desktop.
class Base {
-_addr : address
+calculateVariable()
+updateAddress(addr: address)
}
class Satellite {
+calculateVariable()
}
Base .> Satellite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment