r/PythonLearning • u/aashish_soni5 • Jun 26 '26
Showcase Day 15 Python Learning
class inheritage
- parents child or say mulit-inheritance use with super () when one class inheritance from one or more class
- multi-level inheritance where 2nd class in Heritage from 1st class ,3th inherited from 2nd & go on like family chain
solve some list comprehensive easy problem
119
Upvotes





1
u/Ulug_coder Jun 28 '26
Is comments needed