Agile育成ブログ
未来を変える喜びを
Python

python クラス


Warning: count(): Parameter must be an array or an object that implements Countable in /home/xs638785/agile-software.site/public_html/wp-content/plugins/rich-table-of-content/functions.php on line 490

クラスにメソッドを定義する場合、必ずメソッドの第一引数にクラスのインスタンスを表すオブジェクトを受け取る必要がある。

インスタンス

クラスから作成されるもの。クラスはものを作る時の設計図、インスタンスは設計図から実際に作られたもの。

self

コンストラクト

__init__

インスタンスが作成されたタイミングでインスタンスを初期化する

You cannot copy content of this page