0 votes
in JAVA by
Can interfaces in Java be inherited?

1 Answer

0 votes
by

Can interfaces in Java be inherited?

Yes, interfaces can be inherited in java. Hybrid inheritance and hierarchical inheritance are supported by java through inheritable interfaces.

Related questions

+1 vote
asked Jun 25, 2019 in Dot Net by Venkatshastri
+2 votes
asked May 12, 2021 in JAVA by rajeshsharma
...