ftnext / PyConTalkSummary

PyConで聞いたトークのサマリーをIssueに蓄積(arXivTimesリスペクト)
0 stars 0 forks source link

[PyConAfrica2020] Dive into Object-oriented Python #28

Open ftnext opened 4 years ago

ftnext commented 4 years ago

一言でいうと

発表資料リンク

https://africa.pycon.org/speakers/leonardo-giordani-2#talk

発表者/所属

発表日付

2020/08/05

概要

オブジェクト指向の3要素

  1. Encapsulation: put data & function together
  2. Delegation: composition / inheritance
  3. Polymorphism: care behavior (don't care type?)

[3段落くらいでまとめる]


[以下はオプション]

新規性・差分

トークで知って試したいこと

感想