一、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:域,字段或者属性

相关文章:

  • 2021-11-03
  • 2021-09-03
  • 2021-09-19
  • 2021-09-13
  • 2022-03-08
  • 2021-07-22
  • 2021-08-18
  • 2021-09-29
猜你喜欢
  • 2021-12-05
  • 2022-01-03
  • 2021-05-26
  • 2021-10-23
  • 2022-12-23
  • 2021-10-25
  • 2021-07-25
相关资源
相似解决方案