super means, calling the last implementor of a method (not base method) base means, choosing which class is default base in multiple inheritance.
super means, calling the last implementor of a method (not base method) base means, choosing which class is default base in multiple inheritance.