Skip to content

Instantly share code, notes, and snippets.

@5AbhishekSaxena
Created December 2, 2022 22:19
Show Gist options
  • Save 5AbhishekSaxena/5a2803e515bcb1a8bf035398248e508b to your computer and use it in GitHub Desktop.
Save 5AbhishekSaxena/5a2803e515bcb1a8bf035398248e508b to your computer and use it in GitHub Desktop.
class PlasticWaste : Waste {
override fun process() {
println("Processing Plastic Waste")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment