Skip to content

Commit 3b31352

Browse files
committed
update
1 parent d2cd948 commit 3b31352

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

03-OOP-Class-Methods-Static-Methods.ipynb

+9
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,15 @@
400400
],
401401
"metadata": {}
402402
},
403+
{
404+
"cell_type": "markdown",
405+
"source": [
406+
"- Note that you can't call a static method using an instance object.\n",
407+
"- The only way to call a static method is to use the class name (like above).\n",
408+
"- To see this, write `employee1.` and then press the tab to see what options you have."
409+
],
410+
"metadata": {}
411+
},
403412
{
404413
"cell_type": "markdown",
405414
"source": [

0 commit comments

Comments
 (0)