//Define static and non-static member functions. //Create instance of this class and call both static and non-static member functions. System.out.println("The value of public variable is "+a.getb()); ...