Solved

Which of the Following Statements Is False

Question 26

Multiple Choice

Which of the following statements is false?


A) A class's private helper methods may be called only by the class's other methods
B) You cannot declare helper methods in interfaces.
C) An interface's private instance methods can be called directly (i.e., without an object reference) only by the interface's other instance methods.
D) An interface's private static methods can be called by any of the interface's instance or static methods.

Correct Answer:

verifed

Verified

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

Related Questions