Simple question about Inheritance in Java

后端 未结 0 790
暖寄归人
暖寄归人 2021-02-15 18:49

I have a question about inheritance. If I wanna call a method from the parent class in the child class, should I either use super.method() or this.method() ? In the programs I\'

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