Files
freeCodeCamp/curriculum/challenges/japanese/23-python-for-everybody/python-for-everybody/objects-inheritance.md
freeCodeCamp's Camper Bot 9c20069eb2 chore(i18n,learn): processed translations (#53819)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2024-03-12 22:29:52 +05:30

702 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f170b6c005b0e76f088 オブジェクト: 継承 11 FBL3alYrxRM
aid bvid cid
631990691 BV1sb4y1r7GF 377529901
objects-inheritance

--question--

--text--

オブジェクト指向プログラミングにおける継承とは何ですか?

--answers--

親クラスが拡張されたときに作成される新しいクラス。


クラスの構築されたインスタンス。


既存のクラスを拡張して新しいクラスを作成する機能。


オブジェクトを構築するためにクラスが使用された時点で呼び出されるメソッド。

--video-solution--

3