Java Object Basics: Functions, Recursion, and Objects

Codio via Coursera

Go to Course: https://www.coursera.org/learn/java-object-basics

Introduction

Define and use custom functions to improve code readability

When and how to use recursion instead of iteration

Create and modify custom objects

Syllabus

User-Defined Methods

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.

Overview

Code and run your first Java program in minutes without installing anything! This course is designed for learners with limited coding experience, providing a solid foundation of not just Java, but core Computer Science topics that can be transferred to other languages. The modules in this course cover functions, recursion, objects, and mutability. Completion of the prior 2 courses in this specialization are recommended. To allow for a truly hands-on, self-paced learning experience, this course

Skills

Reviews

Some of the directions on the the coding challenges are vague. Also the labs that are provided go on a tangent from the information that we cover.