Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 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 Commented Jul 20, 2012 at 3:37