Skip to content

Commit a2eeb46

Browse files
committed
update code
1 parent 6935faf commit a2eeb46

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Code/oop.ipynb

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
"◾ Using Getters and Setters for private attributes<br/>\n",
6060
"◾ Property decorators (@property) for better encapsulation<br/>\n",
6161
"◾ Descriptor using get, set, delete, and set_name<br/>\n",
62+
"[Link 1](https://www.geeksforgeeks.org/python/encapsulation-in-python/)<br/>\n",
63+
"[Link 2](https://www.askpython.com/python/oops/encapsulation-in-python)<br/>\n",
64+
"[Link 3](https://www.scaler.com/topics/python/encapsulation-in-python/)<br/>\n",
65+
"[Link 4]()<br/>\n",
6266
"\n",
6367
"**6. Class and Static Methods**<br/>\n",
6468
"◾ Defining Class Methods with @classmethod<br/>\n",
@@ -78,6 +82,23 @@
7882
"**8. Decorator**"
7983
]
8084
},
85+
{
86+
"cell_type": "markdown",
87+
"metadata": {},
88+
"source": [
89+
"[1](https://pynative.com/python-classes-and-objects/)<br/>\n",
90+
"[2](https://realpython.com/python3-object-oriented-programming/)<br/>\n",
91+
"[3](https://www.w3schools.com/python/python_classes.asp)<br/>\n",
92+
"[4](https://rszalski.github.io/magicmethods/)<br/>\n",
93+
"[5](https://www.tutorialsteacher.com/python/magic-methods-in-python)<br/>\n",
94+
"[6](https://www.pythonlikeyoumeanit.com/Module4_OOP/Methods.html)<br/>\n",
95+
"[7](https://www.tutorialspoint.com/difference-between-method-and-function-in-python)<br/>\n",
96+
"[8](https://www.w3schools.com/python/python_functions.asp)<br/>\n",
97+
"\n",
98+
"[1](https://www.tutorialsteacher.com/python/inheritance-in-python)<br/>\n",
99+
"[2](https://www.w3schools.com/python/python_inheritance.asp)<br/>\n"
100+
]
101+
},
81102
{
82103
"cell_type": "markdown",
83104
"metadata": {},

0 commit comments

Comments
 (0)