Skip to content

Commit ba92218

Browse files
committed
Update OOPs_2.ipynb
1 parent 38627ee commit ba92218

File tree

1 file changed

+4
-2
lines changed
  • Module 1 - Python Programming/05. Object Oriented Programming

1 file changed

+4
-2
lines changed

Module 1 - Python Programming/05. Object Oriented Programming/OOPs_2.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,8 +1322,10 @@
13221322
"source": [
13231323
"## Benefits of OOPs\n",
13241324
"\n",
1325-
"https://www.roberthalf.com/blog/salaries-and-skills/4-advantages-of-object-oriented-programming\n",
1326-
"\n"
1325+
"1. Restricted access to class members through `Access Modifiers`.\n",
1326+
"2. Code reuse with the help of `Inheritance`.\n",
1327+
"3. Flexibility to have methods with separate signature through `Polymorphism`.\n",
1328+
"4. "
13271329
]
13281330
},
13291331
{

0 commit comments

Comments
 (0)