O'REILLY版《Programming Scala》学习笔记——Trait
//if you don’t use extends for the first trait, e.g., you write the following:// error:class observablebutton(name: string) with button(name) with subject {...}
<div class="quote_title">引用
发布时间: 2012-11-07 09:56:10 作者: rapoo
O'REILLY版《Programming Scala》学习笔记——Trait
//if you don’t use extends for the first trait, e.g., you write the following:// error:class observablebutton(name: string) with button(name) with subject {...}