Skip to content

Instantly share code, notes, and snippets.

@MasoudFallahpour
Last active July 20, 2022 13:51
Show Gist options
  • Save MasoudFallahpour/a8eec2dcda457f0fae50d965fdd4500c to your computer and use it in GitHub Desktop.
Save MasoudFallahpour/a8eec2dcda457f0fae50d965fdd4500c to your computer and use it in GitHub Desktop.
class WordProcessor(private val software: Software) : Software {
override fun getLicense(): String = software.getLicense()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment