freeCodeCamp/guide/english/python/object-oriented-programming
Glafs b4685900e0 Added a constructor description with an example to constructor article (#26488)
* Added a constructor description with an example

* Changed text layout in Python constructor article

I learned how to make the text look nicer, so I changed the looks a bit :)

* Added clarification in python constructor guide

I added a short explanation about function overloading in python, why we only use one __init__ in a class.

* Grammatical, formatting and typo fixes
2019-01-06 12:12:29 -05:00
..
classes Added a comma after class (#23613) 2018-11-26 05:55:51 -05:00
constructors Added a constructor description with an example to constructor article (#26488) 2019-01-06 12:12:29 -05:00
inheritance fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
methods fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
operator-overloading fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
special-comparison-methods fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
special-formatting-methods fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
special-iteration-methods fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
static-variables fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
index.md fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30