Constructor (object-oriented programming): Difference between revisions

Content deleted Content added
m PHP: PHP-FIG PSR-12
m Python: modern Python 3
Line 614:
 
<syntaxhighlight lang="pycon">
>>> class ExampleClass(object):
... def __new__(cls, value):
... print("Creating new instance...")