Review Note

Last Update: 05/03/2024 09:06 PM

Current Deck: Python::Python - Advanced

Published

Fields:

Front
What is a virtual function?
Back
A virtual function or virtual method is a function or method whose behavior can be overridden within an inheriting class by a function with the same signature. 

In Python methods are better than virtual - they're completely dynamic, as the typing in Python is duck typing.

Suggested Changes:

Deck Changes (Suggestion to move the Note to the following Deck):

Field Changes:

Tag Changes: