DEV Community

Discussion on: Interfaces in C++

Collapse
 
banzyme2 profile image
ENDEESA

So we basically use abstract classes as interfaces, we cant have 'pure' interfaces as 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.