QuestionQ56
Java Object-Oriented ApproachGiven the definition of the Doc class:

Which statement is correct?
- A The WordDoc class should exist within p1 of module1.
- B The Doc class must declare non-abstract.
- C The WordDoc class could exist within another package, p2, of module1.
- D The getName() method should be abstract.
Community Discussion