difference between abstract class and interface
Answers
Answered by
1
In Interface, all methods are abstract (no implementation just declaration). Where as in Abstract class, there can be methods with implementation.
Similar questions