Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd66645 commit 8ed69e3Copy full SHA for 8ed69e3
1 file changed
Doc/tut/tut.tex
@@ -3550,8 +3550,8 @@ \chapter{Classes \label{classes}}
3550
representing the object, which is provided implicitly by the call. As
3551
in Smalltalk, classes themselves are objects, albeit in the wider
3552
sense of the word: in Python, all data types are objects. This
3553
-provides semantics for importing and renaming. But, just like in
3554
-\Cpp{} or Modula-3, built-in types cannot be used as base classes for
+provides semantics for importing and renaming. Unlike
+\Cpp{} and Modula-3, built-in types can be used as base classes for
3555
extension by the user. Also, like in \Cpp{} but unlike in Modula-3, most
3556
built-in operators with special syntax (arithmetic operators,
3557
subscripting etc.) can be redefined for class instances.
0 commit comments