What is the difference between Abstract and Interface?

PARAMETERS ABSTRACT INTERFACE What is it? Super base class for all sub classes. It is the skeleton. It contains the method and variable definition. How are the methods and variables defined? The methods and variables can be public, protected and private. The methods and variables are always public. It is explicitly defined in the beginning …

What is the difference between Abstract and Interface? Read More »