云星数据---Scala实战系列(精品版)】:Scala入门教程019-Scala实战源码-Scala 伴生类

Scala 伴生类 package scala_learn.demo02_oop /** * Created by liguohua on 2017/8/1. */ //类 class Student{ //在类中能够访问伴生对象的成员 var c=Student.Country //在类中能够访问伴生对象的成员,哪怕是私有的 var c2=Student.Country2
相关文章
相关标签/搜索