1 package p;
2 class A{
3 	int g;
getF()4 	public int getF() {
5 		return (this.g);
6 	}
7 }