Oracle Java Certification: 3. Methods and Inheritance

Oracle Java Certification: 3. Methods and Inheritance

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 0h 35m | 85 MB

Boost your professional credibility by earning the Java SE 8 Oracle Certified Associate (OCA) certification. The Oracle Java Certification series was designed to help you prepare to take and pass the qualifying exam for this certification, Java SE 8 Programmer I (1Z0-808). In this course—the third installment in the series—instructor Baochuan Lu focuses on two key concepts in object-oriented design in Java: methods and inheritance. As he delves into these topics, he highlights how to choose the right return types, covers the benefits of inheritance and polymorphism with overridden methods, goes over the levels of abstractness in class definitions, among other key concepts covered on exam 1Z0-808.

Topics include:

  • Arguments and return values of methods
  • Method access modifiers
  • Inheritance and polymorphism
  • Abstract classes and interfaces
  • Type casting on object references
Table of Contents

1 Methods and inheritance for the Java OCP test
2 Exercise file setup
3 Arguments and return values of methods
4 Method overloading
5 Static methods and fields
6 Pass by value vs. by reference
7 Method access modifiers
8 Inheritance and polymorphism
9 Using super and this to reference objects and constructors
10 Abstract classes and interfaces
11 Type casting on object references
12 Next steps