With reference type Animal, you can call only
- A
Only abstract methods
- Bcheck_circle
Methods declared in Animal (or its superclasses)
- C
Static methods only
- D
Any method of any subclass
Explanation
Compile-time visibility based on declared type.
AP Computer Science A· difficulty 4/5
With reference type Animal, you can call only
Only abstract methods
Methods declared in Animal (or its superclasses)
Static methods only
Any method of any subclass
Explanation
Compile-time visibility based on declared type.
Want 10 more like this — adaptive to your weak spots?