Skip to content

Instantly share code, notes, and snippets.

@tanacasino
Created December 7, 2014 12:33
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 tanacasino/5cb6c6dd2ad5124eb98b to your computer and use it in GitHub Desktop.
Save tanacasino/5cb6c6dd2ad5124eb98b to your computer and use it in GitHub Desktop.
コップ本のtraitのメソッド解決順序の話
class Animal
trait Furry extends Animal
trait HasLegs extends Animal
trait FourLegged extends HasLegs
class Cat extends Animal with Furry with FourLegged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment