1
Answer

C# class

Dave Green

Dave Green

11y
1.6k
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)