QuestionQ42
Working with InheritanceGiven the following code fragment:

Which two independent modifications allow the code to compile?
Choose two
- A Make the method at line n1 public.
- B Make the method at line n2 public.
- C Make the method at line n3 public.
- D Make the method at line n3 protected.
- E Make the method at line n4 public.
Community Discussion