QuestionQ204
Working with InheritanceWhich two of the following are advantages of polymorphism?
Choose two
- A Faster code at runtime
- B More efficient code at runtime
- C More dynamic code at runtime
- D More flexible and reusable code
- E Code that is protected from extension by other classes
Community Discussion