Super keyword

when we override any method then to call the base class overridden function where should we write super().

Is it compulsory to write it in first line after variable deceleration.