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

Classes are a core concept in Java's object-oriented programming model. The class is an abstract type and an object is an instance of that type. Object oriented Java programming allows classes to be instantiated and inherit features from the Java.lang.object. You will learn about member variables, fields, functions, and methods. Learn to instantiate objects of built-in Java classes and invoke methods on them.



Objectives

Modeling Entities in Java: Getting Started with Classes & Objects

  • discover the key concepts covered in this course
  • recall how a Java class is a template with attributes and actions
  • recognize that classes are blueprints and objects are instances of classes
  • identify the difference between static and instance variables
  • create a new Java class within an IntelliJ project
  • set up an IntelliJ run configuration and instantiate class objects
  • summarize the key concepts covered in this course