Calling outer class function from inner class [duplicate] November 23, 2022 by Tarik You need to prefix the call by the outer class: Outer.this.show();