Dave Green

Dave Green

  • NA
  • 4
  • 8.8k

C# class

Feb 14 2014 8:36 AM
Write a class that implements the following interface.

public interface ICan
{
bool OwnProperty { get; set; }
 bool Program();
bool Dance();
}

Can anyone help me please?

Answers (1)