Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
C# class
Dave Green
10y
1k
1
Reply
Write a class that implements the following interface.
public interface ICan
{
bool OwnProperty { get; set; }
bool Program();
bool Dance();
}
Can anyone help me please?
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
C# mod operator
Write a class that explicitly implements the following inter