日の継承:

Barbara Streisand
リリース: 2024-12-31 06:44:10
オリジナル
281 人が閲覧しました

継承:

 * Inheritance is implemented using the extends keyworrds.

 * Inheritance in java is a mechanism where one class child or subclass acquires the properties and behaviors fields and methods of another class parent or superclass.

 * subclass (child) - the class that inherits from another class

 * superclass (parent) - the class being inherited from To inherit from a class, use the extends keyword. # 
ログイン後にコピー

プログラム例:

package reegan;
class Dad
ログイン後にコピー

{
int お金=2000;
}
クラスの息子がお父さんを拡張します
{

}
パブリッククラスメインクラス
{
public static void main(String []args)
{
息子 s1=新しい息子();
System.out.println(s1.money);
}
}

日の継承:

以上が日の継承:の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。

ソース:dev.to
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
著者別の最新記事
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート