Answers for "when we use interface and abstract class in java"

1

java abstract vs interface

you can extend only one abstract class, but you can implement as much interfaces as you would need
Posted by: Guest on January-25-2021
1

java abstract vs interface

you can extend only one abstract class, but you can implement as much interfaces as you would need
Posted by: Guest on January-25-2021
1

abstract classes and interfaces in java

abstract class have no implementation of methods functions inside it. the classes which extending abstract class have to implement it
Posted by: Guest on December-30-2020
1

abstract classes and interfaces in java

abstract class have no implementation of methods functions inside it. the classes which extending abstract class have to implement it
Posted by: Guest on December-30-2020

Code answers related to "when we use interface and abstract class in java"

Browse Popular Code Answers by Language