mirror of https://github.com/python/cpython
#5349: C++ pure virtuals can also have an implementation.
This commit is contained in:
parent
528f8810aa
commit
89d4f0d7c5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue