josharsh / OPython-Init

This repository walks you through the Object Oriented Programming in python. Illustrates real world examples, working codes and going about finding a coding solution.
GNU General Public License v3.0
161 stars 188 forks source link

Added Abstract Base Class #148

Open Agha-Muqarib opened 3 years ago

Agha-Muqarib commented 3 years ago

In accordance with issue #147 , i.e Abstract Base Class Not Found, I've come up with a solution. I've added an explanatory PDF file that not only explains ABC but also contains several problems for practice purposes. In addition, the solution to those problems is given in a .py file as well.