Java SE 13: Constructors & Other Methods

Java    |    Intermediate
  • 9 videos | 59m 18s
  • Includes Assessment
  • Earns a Badge
Rating 4.6 of 57 users Rating 4.6 of 57 users (57)
The instantiation of objects in Java is the subject of this 9-video course, in which learners explore how each class has one or more constructor methods. This course examines the default, no-argument constructor provided by Java for each class and shows how constructors initialize member variables to a sensible initial state. Each learner will create his or her own defined class, instantiate that class, and use different types of constructors. You will learn to define your own parameterized constructor and will see that Java automatically removes the default no-argument constructor. Then explore how to implement correct getter and setter methods and to use the getter and setter methods to access member variables from outside a class, along with the use of the private access modifier to regulate such access. This course shows different overloaded methods in the context of constructors. Finally, you will learn that Java allows overloading constructors in a class, and how this ability allows one to create objects by using different methods.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Describe the initialization of member variables of class objects
    Define and invoke a parameterized constructor to instantiate objects of a class
    Define and invoke multiple constructors to instantiate objects of a class
    Use the this keyword appropriately inside the constructor and other methods of a class
  • Define getter and setter methods to work with access protected member variables
    Use the this keyword appropriately inside getter and setter methods of a class
    Make use of method overloading in your programs
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 2m 1s
  • 6m 48s
    Upon completion of this video, you will be able to describe the initialization of member variables of class objects. FREE ACCESS
  • Locked
    3.  Using Parameterized Constructors
    7m 28s
    Find out how to define and invoke a parameterized constructor to create objects of a class. FREE ACCESS
  • Locked
    4.  Defining Multiple Constructors
    6m 48s
    In this video, you will define and invoke multiple constructors to create objects of a class. FREE ACCESS
  • Locked
    5.  Using the this Keyword
    9m 16s
    Learn how to use the "this" keyword appropriately inside the constructor and other methods of a class. FREE ACCESS
  • Locked
    6.  Using Access Modifiers
    6m 18s
    During this video, you will learn how to define getter and setter methods to work with access to protected member variables. FREE ACCESS
  • Locked
    7.  Implementing Getters and Setters
    10m 58s
    In this video, you will learn how to use the "this" keyword appropriately inside getter and setter methods of a class. FREE ACCESS
  • Locked
    8.  Overloading Methods
    8m 41s
    Find out how to use method overloading in your programs. FREE ACCESS
  • Locked
    9.  Course Summary
    1m

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.

YOU MIGHT ALSO LIKE

Rating 4.4 of 22 users Rating 4.4 of 22 users (22)
Rating 4.7 of 92 users Rating 4.7 of 92 users (92)
Rating 4.5 of 160 users Rating 4.5 of 160 users (160)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.1 of 43 users Rating 4.1 of 43 users (43)
Rating 4.6 of 80 users Rating 4.6 of 80 users (80)
Rating 4.6 of 74 users Rating 4.6 of 74 users (74)