© 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
•
6 replies
Cat4Life
✅ How can I call methods on the class the is implementing my interface
I
'm using default implementation
public interface IFace
{
foo
(
)
{
implementingClass
.DoSomething
(
)
;
}
}
public c lass classA
: IFace
{
.
.
.
}
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
❔ abstract class virtual methods vs default implementation interface
C
C# / help
4y ago
❔ Static interface methods
C
C# / help
3y ago
❔ Why hasn't my class implemented the interface?
C
C# / help
4y ago
Interface implementing generic parameters
C
C# / help
2y ago