Question: When using the term interface in the context of Java class documentation, which of the following statements is not true? Question 9 Answer a .
When using the term interface in the context of Java class documentation, which of the following statements is not true?
Question Answer
a
Good class documentation should focus on describing its interface, and not its implementation
b
The interface of a class does not include the source code
c
The interface of a class refers to how the user can interact with that class
d
The interface of a class would usually include a description of any private fields and methods in that class
e
The interface of a class would include its name, and a general description of its purpose
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
