目前在中国都叫“属性"。

用c#来区别两者:

class ABC

{

  int a;  // attribute

  public int A // property

  {

    get

    {

      a=1;

    }

  }

}

相关文章:

  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2021-09-20
  • 2021-06-05
  • 2021-05-20
  • 2022-01-31
猜你喜欢
  • 2021-09-05
  • 2021-07-15
  • 2021-09-19
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案