A structure in C# can implement one or more interfaces. Is it true or false?

Technology CommunityCategory: OOPA structure in C# can implement one or more interfaces. Is it true or false?
VietMX Staff asked 3 years ago

Yes, it is true. Like classes, in C#, structures can implement one or more interfaces.