What is difference between abstract class and interface?
Answers
Answered by
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
0
........I don't know
Similar questions
English,
1 year ago