Access Outer Class this instance

后端 未结 2 1059
长情又很酷
长情又很酷 2020-12-20 11:23

how do we access outer class this instance: eg in

Class A {

   Class B {

      this.helloB();
      (A\'s this).hello()
   }
}

how do we

2条回答
提交回复
热议问题