• 2022-06-16
    以下是类MyClass的定义,count属性属于():class MyClass{ int i;int count{ get {return i;}}}
    A: 只读
    B: 只写
    C: 可读写
    D: 不可读不可写