Vladimir

44%
Flag icon
An abstract method can actually have an implementation. Even if it does, subclasses will still be forced to override it, but they will be able to invoke the abstract method with super(), adding functionality to it instead of implementing from scratch.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview