1.

Can A Class In Java Be Inherited From More Than One Class?

Answer»

In Java, a CLASS can be derived from only one class and not from MULTIPLE CLASSES. Multiple INHERITANCES is not supported by Java.

In Java, a class can be derived from only one class and not from multiple classes. Multiple inheritances is not supported by Java.



Discussion

No Comment Found