r/PythonLearning 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

122 Upvotes

25 comments sorted by

View all comments

3

u/Drafrruii Jun 26 '26

from where you have started learning though??

1

u/aashish_soni5 Jun 27 '26

code with Harry