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

This commit is contained in:
Georg Brandl 2009-02-23 11:24:46 +00:00
parent 528f8810aa
commit 89d4f0d7c5
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ It also provides the following decorators:
.. note:: .. 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 methods may have an implementation. This implementation can be
called via the :func:`super` mechanism from the class that called via the :func:`super` mechanism from the class that
overrides it. This could be useful as an end-point for a overrides it. This could be useful as an end-point for a