1
Reply

Difference between Abstract class and Interface ??

Joseph K

Joseph K

8y
190
0
Reply

    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.