Is it possible to call parent class without its instance creation in Python?

Last updated 3 years, 4 months ago | 1442 views 75     5

Tags:- Python

Yes, it is possible if the base class is instantiated by other child classes or if the base class is a static method.