Question 6:
Given the code fragment:
Which two modifications, made independently, enable the code to compile?
Answer options:
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.