Java SE: Inheritance, Interfaces, and Collections, Part 6 of 18
Interactive

Java SE: Inheritance, Interfaces, and Collections, Part 6 of 18

LearnNow Online
Updated Oct 25, 2018

Course description

This course introduces the Java programming language and how to develop Java applications using Eclipse. Students learn the syntax of the Java programming language, object-oriented programming using Java, exception handling, generics, collections, and file input/output (I/O) with a focus on many of the common programming Java commands like Arrays, and Inheritance. The course will conclude with Exceptions, Polymorphism, Collections, Generics and other useful Java classes.

Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.


Prerequisites

This course is intended for programmers who are interested in adding Java to their skills. The students should be familiar with object-oriented principals and the concept of object-oriented programming.


Meet the expert

Gene Van Sant

Gene Van Sant has over two decades of experience as a software/systems implementer and solutions integration architect. He has experience as a contractor and maintains instructor certifications from IBM and others. Gene balances his career between implementing and automating full blown real world solutions and teaching classes/workshops on emerging technologies and products. This allows Gene to gain valuable extensive real world experience while also staying ahead of the wave with cutting-edge expertise.

Video Runtime

98 Minutes

Time to complete

138 Minutes

Course Outline

Arrays

Arrays (41:06)

  • Introduction (00:51)
  • Array Overview (06:54)
  • Arrays (00:51)
  • Declaring Arrays (01:23)
  • Populating Arrays (01:12)
  • Accessing Arrays (00:25)
  • Array Length (00:49)
  • Coding Tips:Arrays (01:25)
  • Demo:Arrays (02:54)
  • Array Referances (00:47)
  • Multidimensional Arrays (00:45)
  • Arrays of Arrays (01:18)
  • Demo:Arrays_2D (04:34)
  • Copying Arrays (01:33)
  • For-Each Loop (01:29)
  • Variable Arguments (01:37)
  • Variable Arguments Example (01:26)
  • Demo:Arrays_NewCalls (09:58)
  • Summary (00:47)
Inheritance

Inheritance (24:11)

  • Introduction (00:50)
  • Inheritance Is... (05:46)
  • Inheritance Examples (00:48)
  • Declaring Inheritance (01:36)
  • Inheritance Hierarchy (00:30)
  • Demo:Inheritance (10:12)
  • Access Modifiers Revisited (01:12)
  • Demo:Access Modifiers (03:11)
  • Summary (00:02)

Inherited Members (33:32)

  • Introduction (00:15)
  • Inherited Members (01:03)
  • Instances Of A Subclass (01:17)
  • Example of Inheritance (01:34)
  • Role In Reuse (01:53)
  • The Super Keyword (01:18)
  • Super Keyword Example (00:56)
  • Problems with Constructors (02:37)
  • Limiting Subclasses (01:51)
  • Demo:Final Keyword (07:23)
  • "set" Methods in Constructors (02:51)
  • The Object Class (03:28)
  • Demo:Inheritance (06:22)
  • Summary (00:37)
;