開発環境
- OS X Mavericks - Apple(OS)
- Emacs (CUI)、BBEdit - Bare Bones Software, Inc. (GUI) (Text Editor)
- Python (プログラミング言語)
Learning Python (Mark Lutz (著)、Oreilly & Associates Inc)のPART Ⅵ.(Classes and OOP)、CHAPTER 26(OOP: The Big Picture) Test Your Knowledge: Quiz.を解いてみる。
その他参考書籍
Test Your Knowledge: Quiz.
- コードの再利用、冗長性の除去。
- 下から上、右から左に検索される。
- class objectからinstance objectを作る。
- 常にそのインスタンス自身(self)が暗黙的に渡されるから。
- 初期化。
- classname()で作成。
- class classname:…で定義。
- class classname(super classname):…で指定。
0 コメント:
コメントを投稿