Inspired by Dan Bader's GitHub repo on how to implement true-to-the-definition OOP in Python.
This is accomplished with inheritance of Abstract Base Class as metaclass.
*** WORK IN PROGRESS *** Example of Encapsulation, Inheritance, Polymorphism and Abstraction
Python
Inspired by Dan Bader's GitHub repo on how to implement true-to-the-definition OOP in Python.
This is accomplished with inheritance of Abstract Base Class as metaclass.