Learn your way! Get started

Java SE 9, Part 3 of 14: classes and Objects

with expert Paulo Dichone


Watch trailer


Course at a glance

Included in these subscriptions:

  • Dev & IT Pro Video
  • Dev & IT Pro Power Pack

Release date 10/30/2018
Level Intermediate
Runtime 1h 11m
Closed captioning N/A
Transcript N/A
eBooks / courseware N/A
Hands-on labs N/A
Sample code Included
Exams Included


Enterprise Solutions

Need reporting, custom learning tracks, or SCORM? Learn More



Course description

Welcome to the Java 9 Master course. whether you've programmed before or never had programming experience, by the end of this series you'll be able to write sophisticated real world java applications. This course will get you going on classes and objects. it covers inheritance, constructors, overloading and exceptions.

Prerequisites

This course is for beginners and programmers with experience alike.

Meet the expert

Paulo Dichone graduated from Whitworth University with a B.S in Computer Science in 2009 and has worked building Android and iOS mobiles apps as well as web applications. Since 2014 he's been an online instructor teaching over 40,000 students from 170 countries in how to program Java and build Android Applications.

Course outline



Inheritance and Exceptions

Inheritance And Overriding (24:14)
  • Introduction (00:08)
  • Intro to Inheritance (12:54)
  • Overriding (04:39)
  • Overriding Example (06:24)
  • Summary (00:08)
Exceptions And Try Catch (24:10)
  • Introduction (00:08)
  • Exception Handling (07:14)
  • try catch (05:54)
  • Multiple Catch and Finally (10:44)
  • Summary (00:08)
Java Class Library And Super Class (22:35)
  • Introduction (00:08)
  • The Java Class Library (13:45)
  • Super Class Object (08:34)
  • Summary (00:08)