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. Classes declared with interface inheritance are tightly coupled. Actually, classes declared with interface inheritance are loosely coupled.
Computer Science & Information Technology