Welcome to Week 1 of the Java Object Basics: Functions, Recursion, and Objects course. These assignments cover re-using pieces of code by wrapping them in functions. You can create functions that take in and/or return data. The module ends with a lab and graded coding exercises.
Recursion
Welcome to Week 2 of the Java Object Basics: Functions, Recursion, and Objects course. These assignments cover creating recursive functions and identifying when recursion can be used instead of traditional iteration. The module ends with a lab and graded coding exercises.
Introduction to Objects
Welcome to Week 3 of the Java Object Basics: Functions, Recursion, and Objects course. These assignments cover creating user-defined classes and how to instantiate an object based on these classes. The module ends with a lab and graded coding exercises.
Mutability
Welcome to Week 4 of the Java Object Basics: Functions, Recursion, and Objects course. These assignments cover changing attributes associated with an object through methods. The module ends with a lab and graded coding exercises.