implement two interfaces java
public class A implements C,D {...}
implement two interfaces java
public class A implements C,D {...}
why can we implement multiple interfaces in java
A class can implement any number of interfaces.
In this case there is no ambiguity even
though both the interfaces are having same method.
Because methods in an interface are always
abstract by default, which doesn’t let them
give their implementation
in interface itself.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us