Java SE 13: Understanding Classes & Objects in Java

Java    |    Intermediate
  • 8 videos | 1h 2m 9s
  • Includes Assessment
  • Earns a Badge
Rating 4.1 of 43 users Rating 4.1 of 43 users (43)
What makes the programming language Java so useful is that can run on multiple platforms. In this course, you will examine Java and its support for object-oriented programming. This course uses real-world entities to demonstrate how member variables represent the state of those entities, and how member functions represent the behavior of those entities. Participants study the various basic types of variables in Java and distinctions between eight primitive types and strings, which are a type of object. You will learn that all basic building blocks of all operations are these basic types of variables. As a practical exercise, create a project in Java with Java's two basic building blocks, the twin concepts of classes and objects. Next, learn to create classes and instantiate objects of these classes. You will discover that all objects in Java come with certain built-in capabilities, because they all inherit from a common ancestor base class. Finally, participants learn how to use constructors, getter methods, and setter methods to configure and initialize Java objects.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Recognize what classes and objects are
    Recognize what member variables, static member variables, and member functions are
    Define a class and instantiate an object of that class in java
  • Print out the details of an object to the system console
    Define and invoke constructors in classes to correctly initialize member variables
    Define and invoke getter and setter methods to access private member variables of a class from outside that class
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 2m 12s
  • 10m 2s
    Upon completion of this video, you will be able to recognize what classes and objects are. FREE ACCESS
  • Locked
    3.  Member Variables and Methods
    9m 51s
    Upon completion of this video, you will be able to recognize member variables, static member variables, and member functions. FREE ACCESS
  • Locked
    4.  Defining Classes
    8m 21s
    In this video, you will learn how to define a class and instantiate an object of that class in Java. FREE ACCESS
  • Locked
    5.  Instantiating Objects
    10m 7s
    In this video, you will learn how to print the details of an object to the system console. FREE ACCESS
  • Locked
    6.  Invoking Constructors
    10m 14s
    Find out how to define and invoke constructors in classes to initialize member variables correctly. FREE ACCESS
  • Locked
    7.  Using Getters and Setters
    10m 30s
    In this video, find out how to define and invoke getter and setter methods to access private member variables of a class from outside of that class. FREE ACCESS
  • Locked
    8.  Course Summary
    52s

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.4 of 33 users Rating 4.4 of 33 users (33)
Rating 4.6 of 21 users Rating 4.6 of 21 users (21)
Rating 4.1 of 17 users Rating 4.1 of 17 users (17)