Call super


Call super is a code smell or anti-pattern of object-oriented programming, i.e. a bad solution to a common design problem. Call super requires users of a particular interface to override the method of a superclass and call the overridden from the overriding method.