SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы

Назад

Constructor Calls


Метки: python

Automatic base-class constructor calls.

Calling the base-class constructor first, how to do it using super(), why you should always call it first even if it’s optional when to call it.