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