super关键字的含义含义、关键字、super

2023-09-12 08:56:14 作者:歲月審判

有什么意义和超强的使用 Java中的关键字?

What's the meaning and usage of the super keyword in Java?

推荐答案

是Java的关键字。它是指直接paren't属性。

super is java's keyword. it refers the immediate paren't property.

super()//refers parent's constructor
super.getMusic();//refers to the parent's method

了解更多关于

Read More on super