Computer Science, asked by harshitsingh2073, 1 year ago

What is parent of all interfaces in java?

Answers

Answered by InsaneJaat
0
A Java class can only extend one parent class. Multiple inheritance is not allowed.Interfaces are not classes, however, and an interface can extend more than one parent interface. The extends keyword is used once, and the parent interfaces are declared in a comma-separated list.

THANKS!!
Similar questions