Package Com.leegh.parameterization
/**
* @author Guohui Li
*/
Because breathe returns This,scala the return type is inferred as animal, and because animal has no eat method
Class Animal {def breathe = this}
Class Cat extends Animal {def eat = this}
Class Animal {def Breathe:this.type = this}
Class Cat extends Animal {def eat:this.type = this}
Object Singleton_types {
def main (args:array[string]): Unit = {
Val cat = new Cat
Cat.breathe.eat
}
}
Report:
This blog description:
1. Organize your ideas and improve yourself.
2. Be educated in Liaoliang teacher, what to gain, so recommend.
3. Blog focus on practice, superfluous words are not much to say, are doing technology.
4. Information from DT Big Data Dream Factory public account: Dt_spark.?
DT Big Data Dream Factory's public number is Dt_spark, every day will have big data actual combat video release, please continue to study.
Liaoliang DT Big Data dream factory Scala all videos, PPT and code in Baidu Cloud disk link:http://pan.baidu.com/share/home?uk=4013289088#category/type=0& Qq-pf-to=pcqq.group
Liaoliang "Scala Beginner's introductory classic video course" http://edu.51cto.com/lesson/id-66538.html
Liaoliang "Scala Advanced Classic Video Course" http://edu.51cto.com/lesson/id-67139.html
The implementation code of chained call style in Scala and its extensive application in Spark programming Scala learning notes-41