Genesys Interview Question

why would you use an interface over an abstract class

Interview Answer

Anonymous

May 31, 2017

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

2