Feb 08 2010 04:09 AM 5068 5 Package Access Modifier it.hce What do you mean by package access modifier? shatish15 Profile Answers by shatish15 Questions by shatish15 Sep 3rd, 2010 I don't understand how you can say about the private and protected access modifiers for a class. When I created a program with private and protected access modifiers, the error was that these modifiers are not allowed here. shamli85 Profile Answers by shamli85 Questions by shamli85 Apr 2nd, 2010 We can use protected and private modifier with a Class only if it is an inner Class. Answer Question Select Best Answer
Feb 08 2010 04:09 AM 5068 5 Package Access Modifier it.hce What do you mean by package access modifier? shatish15 Profile Answers by shatish15 Questions by shatish15 Sep 3rd, 2010 I don't understand how you can say about the private and protected access modifiers for a class. When I created a program with private and protected access modifiers, the error was that these modifiers are not allowed here. shamli85 Profile Answers by shamli85 Questions by shamli85 Apr 2nd, 2010 We can use protected and private modifier with a Class only if it is an inner Class. Answer Question Select Best Answer
shatish15 Profile Answers by shatish15 Questions by shatish15 Sep 3rd, 2010 I don't understand how you can say about the private and protected access modifiers for a class. When I created a program with private and protected access modifiers, the error was that these modifiers are not allowed here.
shamli85 Profile Answers by shamli85 Questions by shamli85 Apr 2nd, 2010 We can use protected and private modifier with a Class only if it is an inner Class.