scala学习笔记4(apply方法)
摘要:
class ApplyTest{ def apply() = "This apply is in class" def test{ println("test") }}//放在 object 对象中的方法都是静态方法//由于 object 中的方法和属性都是静态的,所以就是单例的理想... 阅读全文
posted @ 2014-09-02 18:41 张云临 阅读(141) 评论(0) 推荐(0) 编辑