Comment on Override Access Modifier,
September 16, 2008 at 9:19 AM
The test says: The restriction of the access modifier of the subclass method should not more than the superclass method e.g. if the superclass method is protected, the overriding method may be protected or public.
But isnt the access for "pulic" higher than "protected"- The explanation says: "the subclass method should NOT more than the superclass method". The statement sounds a little contradictory.