Skip to main content
UNIT_00 // course overview

Unit 0: Objects, Classes, and Java

Two robot arms can be built from the same design while using separate names, power levels, and roles. Java classes and objects follow a similar pattern. Learn how classes define reusable objects without scattering the same rules across robot code.

Beginner
2Live Lessons
0Completed
Not StartedCurrent Status

What This Unit Covers

Tell a class from an object, and see where fields, methods, and constructors fit.
Follow object creation, references, and method calls while Java runs.
Read common Java words such as class, new, this, extends, public, private, static, void, return, and @Override.
Give shared robot behavior one home instead of copying it from OpMode to OpMode.
Use this page to review the sequence, pick up where you left off, or get clear on the unit goals before moving ahead.

Need to skip ahead?

Sign in to mark every lesson in this unit complete, or continue to the next unit without saving.

Skip Ahead