Computer Science, asked by cs17lokesh, 1 year ago

multiple inheritence in java is achived by

Answers

Answered by SimranBharadwaj
0

Answer:

In Java inheritance is declared using the extend keywords.

Explanation:

you declare that one class extends another class by using the extends keywords in class definition

Answered by hareesh777
0

Answer:

defined by interfaces that extend

Similar questions