Commit 89d4f0d7 authored by Georg Brandl's avatar Georg Brandl

#5349: C++ pure virtuals can also have an implementation.

parent 528f8810
......@@ -153,7 +153,7 @@ It also provides the following decorators:
.. note::
Unlike C++'s pure virtual functions, or Java abstract methods, these abstract
Unlike Java abstract methods, these abstract
methods may have an implementation. This implementation can be
called via the :func:`super` mechanism from the class that
overrides it. This could be useful as an end-point for a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment