Hi ALl,
This is from the IBM Mock
test. An answer along with an explantion is requested.
Which the following are legal for the top level class FROG ?
1. protected class Frog extends Animal
2. private class Frog extends Animal
3. transient class Frog extends Animal
4. native class Frog extends Animal
Thx
Aruna