There was an error while loading. Please reload this page.
1 parent 38627ee commit ba92218Copy full SHA for ba92218
Module 1 - Python Programming/05. Object Oriented Programming/OOPs_2.ipynb
@@ -1322,8 +1322,10 @@
1322
"source": [
1323
"## Benefits of OOPs\n",
1324
"\n",
1325
- "https://www.roberthalf.com/blog/salaries-and-skills/4-advantages-of-object-oriented-programming\n",
1326
- "\n"
+ "1. Restricted access to class members through `Access Modifiers`.\n",
+ "2. Code reuse with the help of `Inheritance`.\n",
1327
+ "3. Flexibility to have methods with separate signature through `Polymorphism`.\n",
1328
+ "4. "
1329
]
1330
},
1331
{
0 commit comments