Flexsin interview question

If you implement two interfaces in a class then how can you implement a same method of both interfaces

Interview Answer

Anonymous

21 Jul 2018

Like Interface1.method(){ } and Interface2.method(){ }