Computer Science, asked by richyrich, 10 months ago

differentiate interface and implementation​

Answers

Answered by abhijitgupta2
2

Explanation:

Main difference is methods of a Java interface are implicitly abstract and cannot have implementations. A Java abstract class can have instance methods that implements a default behavior. Variables declared in a Java interface is by default final.

hope it help you

BRAINLIST ANSWER

Answered by anshy047
1

Answer:

MARK ME AS BRAINLIEST

Explanation:

Main difference is methods of a Java interface are implicitly abstract and cannot have implementations. A Java abstract class can have instance methods that implements a default behavior. Variables declared in a Java interface is by default final

Similar questions