Which of the following statements is false?
a. Java allows a class to implement multiple interfaces in addition to extending one class.
b. Classes declared with implementation inheritance are tightly coupled.
c. Classes declared with interface inheritance are tightly coupled.
d. An interface also may extend one or more other interfaces.
C
Computer Science & Information Technology
You might also like to view...
Which of the following is a mouse or trackpad operation?
A. secondary click B. show Dock C. scroll bars D. triple-click
Computer Science & Information Technology
Write the statement to declare an array of integers that will hold studentScores.
What will be an ideal response?
Computer Science & Information Technology