Encapsulation is the concept of hiding the internal implementation details of an object from the outside world. This is achieved by using access modifiers such as public, private, and protected.
print(issubclass(Circle, Drawable)) # True (thanks to ) python 3 deep dive part 4 oop high quality
python -c "import this" – "Explicit is better than implicit." Your OOP should follow that. Encapsulation is the concept of hiding the internal