Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not possible to implement interfaces in C# without actually creating interfaces. Interfaces are a language feature in C# that provide a way to define a contract between different types. They cannot be replaced by any other construct.