answersLogoWhite

0

Can interface extends another interface

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

yes of cause interface is use in java at the place of multiple inheritance .o as like multiple inheritance u can extends interface class to other.

and another think is interface contain abstract method i.e method with no defination so u can use it without any error.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can interface extends another interface
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Differentiate between extends and implements keywords?

The extends keyword is used to extend/inherit the features of another class whereas the implements keyword is used when a class is implementing the features of an interface. Both these keywords are used during Inheritance


Transforms one interface into another interface?

data


Interface can be defined inside another class?

yes ,interface can be defined inside another class


How do you implement inheritance in java?

Inheritance can be implemented in Java using the two keywords "extends" and "implements" Extends keyword is used when one class is expected to inherit the full functional behavior of another class. Implements keyword is used when one class is expected to take the skeleton features of an Interface and implement the functionality in the current class.


Does the class can extend the class and implement interface at a time?

Yes, classes can implement more than one interface.To declare a class that implements an interface, you include an implements clause in the class declaration.Your class can implement more than one interface, so the implements keyword is followed by a comma-separated list of the interfaces implemented by the class.By convention, the implements clause follows the extends clause, if there is one.


Can interface implement the other interface?

No. An interface cannot implement another interface, it can only just extend it. Because, an interface cannot implement any method as it has no method body declarations.


What is an example of a software interface for bidding?

EBay is another software interface that specializes in bidding sales by individuals.


Can a radius also be a chord?

No. Because a radius extends from the arc to the point. Chord extends from one point of the arc to another.


What is the other name for the IDE interface?

Another name for the IDE Interface is (PATA): Parallel Advanced Technology Attachment.


What is Externalizable interface?

The Externizable interface extends the serializable interface.When you use Serializable interface, your class is serialized automatically by default. But you can override writeObject() and readObject()two methods to control more complex object serailization process. When you use Externalizable interface, you have a complete control over your class's serialization process. The two methods to be implemented are :void readExternal(ObjectInput)void writeExternal(ObjectOutput)


Bit Rate Interface?

Bit rate interface is another name for basic rate interface, or BRI. BRI is used in ISDN configurations for voice-grade telephone operations.


Name three ways a CD drive can interface with a motherboard?

A CD drive can interface with a mother board using an EIDE, SATA or SCSI interface.