Question concerning classes and accessibility of properties

前端 未结 0 1480
孤城傲影
孤城傲影 2020-12-04 04:03

If I have two classes:

class A {
  int property;
}

class B {
}

Is there a way to access the variable "property" of class A from cl

相关标签:
回答
  • 消灭零回复
提交回复
热议问题