5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Aspire     Java Novice to Javanista     Java Novice to Javanista Track 1: Java Novice
Modeling entities in the real world require you to create custom classes to add to the various built-in classes already provided by Java. Creating such custom classes is key to harnessing the power of object-oriented programming (OOP) in Java. This course focuses on defining such custom classes and then creating objects.
Make the most of this course by exploring custom classes, the use of constructors, and modifiers such as private and public. You will also learn the idiomatic Java method of working with getter and setter methods as well as conventions in naming, input parameters, and return types from such methods.
After completing this course, you'll not only be able to define custom classes to serve as types in your programs but also instantiate and use objects of these custom classes.

Objectives

Modeling Entities in Java: Defining Custom Classes & Objects

  • discover the key concepts covered in this course
  • instantiate objects of built-in Java classes
  • create objects in Java and access object information
  • perform operations on Java objects
  • create member variables in Java and view their values
  • create constructors and use them to instantiate objects in Java
  • define constructors and use them to initialize member variables in Java
  • create, access, and view private member variables in Java
  • define and invoke private methods in Java
  • explore type safety in getter methods and edit member fields with setter methods in Java
  • summarize the key concepts covered in this course