best answer > Can you implement more than one interface Java 2024?- QuesHub | Better Than Quora
  • Can you implement more than one interface Java 2024?

    class Multiple

    Questioner:Charlotte Thomas 2023-06-09 06:42:35
The most authoritative answer in 2024
  • Cameron Hall——Works at the Red Cross, Lives in Geneva, Switzerland.

    A Java class can only extend one parent class. Multiple inheritance ( extends ) is not allowed. Interfaces are not classes, however, and a class can implement more than one interface. The parent interfaces are declared in a comma-separated list, after the implements keyword.Jan 22, 2014read more >>
    +119962023-06-17 06:42:35

About “、class、Multiple”,people ask:

READ MORE:

QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.

分享到

取消