DEV Community

Discussion on: Interfaces in C++

Collapse
 
bosley profile image
Bosley

There is no concept of an 'interface' directly in the C++. I dont know anything about C# or how it handles interfaces. I would imagine however, that they would be functionally equivalent.