What is the difference between an abstract class and an interface?
Sandhya Answered question September 7, 2023
An abstract class contains an abstract keyword on the declaration whereas an Interface is a sketch that is used to implement a class.
Shathana. S.R. Answered question September 7, 2023
