public class B { protected int data = 1; void hh(){ System.out.println("hhhhhb"); } } //class C{ // char data='c'; //}