© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•8mo ago•
16 replies
Cat4Life

✅ Can someone explain why this doesn't work?

public interface IFace
{
void InterfaceFunc()
{
}
}

public class ClassA() : IFace
{
}

var x = new ClassA();
x.InterfaceFunc(); << this is not fouind
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

why this doesn't work
C#CC# / help
2y ago
✅ why doesn't this work?
C#CC# / help
3y ago
❔ Why doesn't this button work?
C#CC# / help
3y ago
✅ Can someone explain how this works?
C#CC# / help
5mo ago