What is the difference between an abstract class and an interface?
Sandhya Answered question September 7, 2023
Abstract class can have final, non-final, static and non-static variables. Interface has only static and final variables.
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.
brindha18 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