Which of the following statements about interfaces is not true?
B.
Interfaces can extend other interfaces, making Option A incorrect.
An interface cannot implement another interface, making Option B the correct answer.
A class can implement any number of interfaces, making Option C incorrect.
A class can extend another class, making Option D incorrect.