Computer Science, asked by kowvelwarich, 1 year ago

difference between abstract class and interface

Answers

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