Genesys interview question

why would you use an interface over an abstract class

Interview Answer

Anonymous

31 May 2017

especially when you want to inherit more than one interfaces in a single class. We use the interfaces .

2