Abstract class can have final, non-final, static and non-static variables. Interface has only static and final variables.
Sandhya Answered question
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
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
