Lecture Outline
- Java OOP (Class, instance fields, constructors)
- Writing two Java programs that interact with each other
- The or statement in Java is ||
- To compare to strings for equivalence, you should use .equals()
- A for loop can be used to iterate through an array
- An array is a fixed sized, linear collection of elements
Lecture Recording
Lecture Slides
Code