Computer Science, asked by shikhafg8887, 1 year ago

What is difference between abstract class and interface?

Answers

Answered by namritasingh12
0
Main difference is methods of a Javainterface are implicitly abstract and cannot have implementations. A Java abstract classcan have instance methods that implements a default behavior. 2.Variables declared in aJava interface is by default final. An abstract class may contain non-final variables.

Anonymous: u r abusing
Answered by Raunac
0
........I don't know
Similar questions