Polymorphism enables
- A
Smaller bytecode
- Bcheck_circle
Generic code that handles any subclass through superclass references
- C
Direct memory access
- D
Faster code
Explanation
Write code against an interface/superclass; it works for all current and future subclasses.