Skip to content

Instantly share code, notes, and snippets.

@sasssass
Created July 14, 2020 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sasssass/e58875291aeb7b684cef57669d94601c to your computer and use it in GitHub Desktop.
Save sasssass/e58875291aeb7b684cef57669d94601c to your computer and use it in GitHub Desktop.
class Demo{
fun doSth(){
val houseType1 : House = Type1House()
houseType1.buildHouse()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment