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 complex entities involves defining and invoking methods and constructors. Furthermore, defining robust and reusable code requires learning important mechanisms for code re-uses, such as constructor chaining and method overloading. Use this course to delve into these important techniques that are required to write clean and maintainable Java code.
Learn how to define methods with the same name but different signatures (i.e., different order and type of input arguments), invoke overloaded methods, and add constructors to a class. This course will also enable you to use the 'this' keyword to invoke multiple constructors, also known as constructor chaining.
By the time you are done with this course, you will have the skills to use important code re-use mechanisms such as method overloading and constructor chaining in java.

Objectives

Modeling Entities in Java: Methods, Method Overloading, & Constructors

  • discover the key concepts covered in this course
  • implement return values and types correctly
  • create objects of a Java class and use getters and setters to edit fields
  • overload methods with the same name in Java
  • recall how overloaded methods work and how they can invoke one another
  • use the default, no-argument constructor to create objects
  • initialize fields in constructor definitions
  • create and use parameterized constructors in Java
  • create multiple constructors with different signatures
  • initialize fields using the 'this' keyword
  • reuse code using constructor chaining
  • summarize the key concepts covered in this course