© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
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#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
why this doesn't work
C
C# / help
2y ago
✅ why doesn't this work?
C
C# / help
3y ago
❔ Why doesn't this button work?
C
C# / help
3y ago
✅ Can someone explain how this works?
C
C# / help
5mo ago