if I subclass a kotlin class, and the parent has a...
# announcements
d
if I subclass a kotlin class, and the parent has an
init{}
do I have to call it from the subclass's
init{}
? or will it be run automatically first before the subclass's
init{}
?