Java Object Basics: Functions, Recursion, and Objects

所在平台: Coursera

课程主页: https://www.coursera.org/learn/java-object-basics

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Java对象基础:函数、递归与对象 课程概述:在几分钟内编写并运行你的第一个Java程序,无需安装任何软件!本课程旨在为具有有限编码经验的学习者提供坚实的基础,不仅涵盖Java,还涵盖可转移至其他语言的核心计算机科学主题。课程模块包括函数、递归、对象和可变性。 为了提供真正的实践性和自我节奏的学习体验,本课程不包含视频。作业包含简短的解释,配以图像和可运行的代码示例,建议的编辑方式使学习者可以进一步探索代码示例,通过实践来加深理解。学习者将在整个过程中获得即时反馈,评估内容包括多种形式,从快速理解检查(选择题、填空和解码块)到小巧的编程练习,这些练习在几分钟内即可完成,而不是耗费数小时。 课程大纲: 1. 用户定义的方法:通过将代码片段封装在函数中来重用代码。可以创建接收和/或返回数据的函数。 2. 递归:在特殊情况中使用递归替代迭代。 3. 对象简介:了解用户定义的类及如何使用它们创建对象。 4. 可变性:通过方法更改与对象相关的属性。

课程大纲

Part: 1

Title:User-Defined Methods

Description:Re-use pieces of code by wrapping them in functions. You can create functions that take in and/or return data.

Part: 2

Title:Recursion

Description:Use recursion for special cases of iteration.

Part: 3

Title:Introduction to Objects

Description:Learn about user-defined classes and how to use them to create objects.

Part: 4

Title:Mutability

Description:Change the attributes associated with an object through methods.

课程评论(0条)

课程详情

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 is video-free. Assignments contain short explanations with images and runnable code examples with suggested edits to explore code examples further, building a deeper understanding by doing. You'll benefit from instant feedback from a variety of assessment items along the way, gently progressing from quick understanding checks (multiple choice, fill in the blank, and un-scrambling code blocks) to small, approachable coding exercises that take minutes instead of hours.

课程标签

0人关注该课程

主题相关的课程