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.
B
Computer Science & Information Technology
You might also like to view...
Which of the following wireless protocols is limited to operating in the 5 GHz range ONLY?
A. 802.11a B. 802.11b C. 802.11g D. 802.11n
Computer Science & Information Technology
Which of the following escape sequences represents a carriage return?
a. \n. b. \r. c. \cr. d. \c.
Computer Science & Information Technology