Friday 30 June 2017

Python Member Functions/Methods

Cited from the Book "Data Structure and Algorithms in Python"

Python’s classes may also define one or more methods (also known as member functions), which are invoked on a specific instance of a class using the dot (“.”).

No comments:

Post a Comment