Paylocity interview question

difference between abstract class and interface

Interview Answer

Anonymous

14 Mar 2018

abstract class may contain implementation, interface cannot

1