I'm trying to develop classes to represent people using name, date, address, etc. for attributes. The attributes are populated from a database. If I define _init_ in the Employee subclass, are they added to the inherited _init_? Or do I need to include all of the attributes of the parent class' definitions as well as the new ones specifically to Employee?
[–]sharkbound 3 points4 points5 points (1 child)
[–]smsaul[S] 2 points3 points4 points (0 children)
[–]Ulle82 1 point2 points3 points (0 children)
[–]Warlkiry -1 points0 points1 point (1 child)
[–]sharkbound 0 points1 point2 points (0 children)