Posts by Richard.kryptik • 21 points
1 post
-
2
votes0
answers28
viewsQ: Doubt about inheritance in Python
Hi, I’m studying POO in Python and saw that you can inherit the attributes of a super class in two ways: Class nome_da_classe(nome_da_superclasse): def __init__(self, args):…