Introduction to OOP Chapter 4: Classes and Methods: next previous audio real text

Order of Methods

For the most part, languages don't care about the order that methods are declared. Here are some guidelines:

Remember that class definitions will often be read by people other than the original programmer. Remember the reader, and make it easy for them.

Intro OOP, Chapter 4, Slide 23