Difference between Abstract class and Interface ??
Joseph K
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.