Update S6: Object Oriented Programming authored by Sergio Najib's avatar Sergio Najib
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
* [Working with sequences and functions](#working-with-sequences-and-functions) * [Working with sequences and functions](#working-with-sequences-and-functions)
* [Modelling the sequences with object oriented programming](#modelling-the-sequences-with-object-oriented-programming) * [Modelling the sequences with object oriented programming](#modelling-the-sequences-with-object-oriented-programming)
* [Classes](#classes) * [Classes](#classes)
* [The \__Init_\_ method](#the-\__init_\_-method) * [The \__init_\_ method](#the-\__init_\_-method)
* [Adding data: Atribute strbases](#adding-data-attribute-strbases) * [Adding data: Atribute strbases](#adding-data-attribute-strbases)
* [The \__str_\_ method](#the-\__str_\_-method) * [The \__str_\_ method](#the-\__str_\_-method)
* [Adding methods: len()](#adding-methods-len) * [Adding methods: len()](#adding-methods-len)
... ...
......