Practical Python Design Patterns - Python で学ぶデザインパターン: The Prototype Pattern - Part. 2「プロトタイプパターンの実装」の巻
Published 2022/5/21 by mootaro23
Practical Python Design Patterns - The Prototype Pattern 編「ちょっとゲームのことを考えてみよう」の巻「プロトタイプパターンの実装」の巻「浅いコピー vs. 深いコピー」の巻「総決算: いよいよプロトタイプパターン実装の実践」の巻Implementing the Prototype Pattern(プロトタイプパターンの実装)プロトタイプパターンでは、継承 (inheritanc…