With the introduction of instance methods, you have seen all of the four elements that can appear in class definitions:
A class definition *--------------------* | | | Class methods | | | | | | Class variables | | | | | | Instance variables | | | | | | Instance methods | | | *--------------------*