Write a class that explicitly implements the following interfaces.
public interface ICan
{
bool DoTheJob();
decimal Sum (decimal a, decimal b, decimal c);
}
public interface ICannot
{
bool DoTheJob();
}
Thank you for the help!!!
Write a class that explicitly implements the following interfaces.
public interface ICan
{
bool DoTheJob();
decimal Sum (decimal a, decimal b, decimal c);
}
public interface ICannot
{
bool DoTheJob();
}
Thank you for the help!!!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Feb 14, 2014, 9:51 AM