Java SE 8 docs——Static Methods、Instance Methods、Abstract Methods、Concrete Methods和field

一、Static Methods、Instance Methods、Abstract Methods、Concrete Methods

——Static Methods:静态方法

——Instance Methods:实例方法(非静态方法)

 

——Abstract Methods:抽象方法

——Concrete Methods:具体方法(非抽象方法)

 

——Deprecated Methods:废弃方法

 

 所有的Static Methods是Concrete Methods,但不是Instance Methods

 

 

 

二、field:域,字段或者属性

posted @ 2017-11-29 16:23  softwarefang  阅读(1416)  评论(0编辑  收藏  举报