Skip to content

Instantly share code, notes, and snippets.

@samuelorji
Last active February 25, 2019 16:16
Embed
What would you like to do?
implicit val humanLike = new HumanTendency[Parrot] {
override def makeHumanLike(a: Parrot): String = s"I am ${a.name}, the sound i make is ${a.sound},and i can talk like a human :) "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment