super

super( EXPRESSION ... );
Calls this classes super class constructor with the given arguments. May only appear as the first line in the current constructor.

ProfessorJ Intermediate + access Language