Timeline for Various programming concepts (from a Python viewpoint)
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 20, 2012 at 3:37 | comment | added | JohnP | Abstract classes are classes where some methods on the class are missing implementations. Not really (talking about C++)... An abstract class contains a pure virtual function which can very well be implemented in the level of the abstract class... The point is that it has to be reimplemented in any children class for this class to be able to be instantiated | |
| Jan 22, 2012 at 5:29 | vote | accept | Michael0x2a | ||
| Jan 21, 2012 at 14:19 | history | migrated | from stackoverflow.com (revisions) | ||
| Jan 21, 2012 at 4:16 | history | answered | Thanatos | CC BY-SA 3.0 |