This document contains lecture slides about classes and objects in Java from a CSE110 Principles of Programming course taught by Javier Gonzalez-Sanchez in the summer of 2017. The slides discuss static variables and methods, how non-static and static members can access each other, creating and calling methods, the object-oriented paradigm of creating objects to call methods on, and provide examples of method definitions and calls. Reference materials are listed on slide 14.
Related topics: