首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

O'REILLY版《Programming Scala》学习札记——Trait

2012-11-07 
OREILLY版《Programming Scala》学习笔记——Trait//if you don’t use extends for the first trait, e.g., y

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">引用

热点排行