Dimitri Merejkowsky пре 7 година
родитељ
комит
48477ef678
1 измењених фајлова са 6 додато и 0 уклоњено
  1. +6
    -0
      notes.md

+ 6
- 0
notes.md Прегледај датотеку

@@ -2,11 +2,17 @@ Ce fichier contient diverses notes utiles à la préparation des futurs cours.


# Sujets à évoquer # Sujets à évoquer


## next chapter

* Let's create *explicit* hidden interfaces!

## bits ## bits


* base class / derived class -> more vocabulary
* attributes on functions (you never know) * attributes on functions (you never know)
* `__call__`, functors * `__call__`, functors
* scopes, closures, global, nonlocal * scopes, closures, global, nonlocal
* private
* no overlaod in python * no overlaod in python
* several `__init__` ? Nope, alternative constructors * several `__init__` ? Nope, alternative constructors
* https://code-maven.com/slides/python-programming/class-methods-alternative-constructor * https://code-maven.com/slides/python-programming/class-methods-alternative-constructor