1
Answer

C# class

Dave Green

Dave Green

10y
1k
1
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)