Abstract class and Interface in Python
[Draft] Abstract Class Abstract class contains abstract methods and the methods don't contain implementation. All the abstract methods have to implement in their subclasses if not failing Type Error will be raised. ABCMeta module, from abc - abstract...
Jul 23, 20223 min read195