// The main method can be inherited from another class class OtherMain { void main () {} } class Main extends OtherMain {}