public void whoAmI(){ System.out.println("my name is Mohamed"); if(this.isSoftWareIngeneer){ System.out.println("and I am a software ingeneer too"); } }