Dave Green

Dave Green

  • NA
  • 4
  • 8.8k

Write a class that explicitly implements the following inter

Feb 14 2014 9:05 AM

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!!!


Answers (1)