Timeline for C++ class with only pure virtual functions: what's that called?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 22, 2013 at 18:11 | comment | added | ssgriffonuser | Hopefully your "interface" includes a virtual destructor as well ;) | |
| Aug 22, 2013 at 12:00 | comment | added | MSalters | It's not uncommon to see static const int Foo = 42; or enum colors {Red, Green, Blue}; in such classes, too. | |
| Aug 22, 2013 at 8:41 | comment | added | greyfade | Worthy of note: The term "interface" is the third letter in API. Its use in that context is a sort of abbreviation of the term. | |
| Aug 22, 2013 at 7:56 | answer | added | Edward Shen | timeline score: 3 | |
| Jul 31, 2013 at 14:35 | comment | added | Jession Zhang | In my team, we always call it interface class. | |
| Jul 31, 2013 at 14:20 | answer | added | Bart van Ingen Schenau | timeline score: 13 | |
| Jul 31, 2013 at 13:59 | history | asked | JBRWilkinson | CC BY-SA 3.0 |