1
Reply

Difference between Abstract class and Interface ??

Joseph K

Joseph K

Apr 11, 2016
168
0

    Abstract Class: We can not create an object of an abstract class and can call the method of abstract class with the help of class name only. Interface: An Interface member can not contain code bodies.

    Joseph K
    April 11, 2016
    0