213 Creating classes
What naming convention is typically used for class names in Python?
What does the colon at the end of a class statement indicate in Python?
Define a method in Python and describe its characteristics.
What is the purpose of the init method in a class?
Is the
init
method required in every Python class? Why might you include it anyway?
Last updated
Was this helpful?