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.

Required fields*

3
  • 5
    That makes very little sense. You should know which superclass methods are implemented (for which super makes sense) and which are not implemented because they're abstract. You can read the source. Commented Jan 25, 2011 at 22:09
  • raise SyntaxError is also in the language. The question is "why write all that code when simple inspection of the abstract class can save you writing all that code"? Commented Jan 25, 2011 at 22:15
  • @S.Lott Ah, understood now. You should submit that as an answer, by the way, because it is. Commented Jan 25, 2011 at 22:16