a-z0-9_
format, without any quotes or brackets.UpperCamelCase
but this is only a style choice to prevent confusion with functions.Square
and Rectangle
will inherit the get_sides()
function from their shared template Quadrilateral
.describe()
function from Shape
but it will use the get_sides()
trigger from Triangle
.