DLSEI 3.0 Cohort 3 registration has been closed.

Java Classes and Objects

Included with DLSEI 3.0

Guided Project

Learn, practice, and apply job-ready skills with expert guidance

4.64

Rating out of 5

Guided project Level

Recommended experience

2.00 Hours

Learn at your own pace

Computer Science

Domain

About this guided project

In Object-Oriented Programming in a language such as Java, Classes and Objects are often used interchangeably but there is a distinction between the two. A class is a blueprint for objects. In this project you will create an application that defines a Car class and create one to many Car objects. A Car class contains the common attributes all cars have; color, make and model. When a Car Object is made from the Car class, it is then assigned a specific color, such as a red Nissan Sentra or a blue Toyota Camry. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.

What skills will you gain?

Computer Programming

Object Oriented Design

Software Development

Object Oriented Programming (OOP)

Java