look for this code

interface IA
{
void sing(string song);
}

interface IB
{
void sing(string prayer);