Vanguard Interview Question

what is the difference between an abstract class and an interface.

Interview Answer

Anonymous

Jan 16, 2017

basically an abstract class methods cannot be changed and an interface is like a class without definitions. only method or variable declerations are declared not their definitions. when an interface is called all their methods have to be called