Solved

When Documenting Discovered Classes and Methods During the Design Phase

Question 56

Multiple Choice

When documenting discovered classes and methods during the design phase, you should ____.


A) Create a Java source file for each class, write the method signatures, and use javadoc comments to describe the methods, but leave the method bodies blank.
B) Create a Java source file for each class and write code to implement all of its methods, and use javadoc comments to document them.
C) Create a Java source file for each class, use javadoc comments to document the methods that are to be added later, but do not write any code for the methods.
D) Documentation of methods should not be done during the design phase.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions