scalapuzzlers / scalapuzzlers.github.com

Github Pages behind scalapuzzlers.com
www.scalapuzzlers.com
161 stars 53 forks source link

Puzzler 24: Named parameters and inheritance #52

Closed dgruntz closed 12 years ago

dgruntz commented 12 years ago

This puzzler discusses the problem of named parameters and inheritance. Is the static or the dynamic type used to determine which parameter is given and which default value is taken if a parameter is missing?

demobox commented 12 years ago

Thanks, Dominik! Good to go for me. @nermin ..?

nermin commented 12 years ago

Yes, looks good to me.

demobox commented 12 years ago

http://scalapuzzlers.com/#pzzlr-024 ;-)